Html Css Color HEX #6D62CE Slate Blue

📋 copy color: '#6D62CE'

red 109 ◦ green 98 ◦ blue 206

#6D62CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6D62CE

Tints of Slate Blue #6D62CE

RGB

 RED value IS 109 (42.97% from 255) = 26.39%

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 26.39%
G = 23.73%
B = 49.88%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D62CE (or 0x6D62CE) is known color: Slate Blue. HEX triplet: 6D, 62 and CE. RGB value is (109,98,206). Sum of RGB (Red+Green+Blue) = 109+98+206=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62CE is #929D31. Grayscale: #717171. Windows color (decimal): -9608498 or 13525613. OLE color: 13525613.

HSL color Cylindrical-coordinate representation of color #6D62CE: hue angle of 246.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D62CE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 98 206 -
CMYK 0.47 0.52 0 0.19
HSL 246.11º 0.52% 0.6% -
HSV(B) 246.11º 0.52% 0.81% -
XYZ 21.81 16.44 60.42 -
YUV 113.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 109 98 206 0.47 0.52 0 0.19 246.11 0.52 0.6
Hex 6D 62 CE 2F 34 0 13 F6 34 3C
Octal 155 142 316 57 64 0 23 366 64 74
Binary 1101101 1100010 11001110 101111 110100 0 10011 11110110 110100 111100

Color Harmonies of #6D62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D62CE

Black with #6D62CE

Text Example


Text Example

White with #6D62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D62CE; }

 p { color: rgb(109,98,206); }

 H1.HeaderClassName
 {
   color: #6D62CE;
 }
 .AnyTagClassName
 {
   color: #6D62CE;
 }
</style>

background-color css

<style>
 a { background-color: #6D62CE; }

 a { background-color: rgb(109,98,206); }

 div.DivClassName
 {
   background-color: #6D62CE;
 }
 .BgClassName
 {
   background-color: #6D62CE;
 }
</style>

border-color css

<style>
 span { border-color: #6D62CE; }

 span { border-color: rgb(109,98,206); }

 td.TdClassName
 {
   border-color: #6D62CE;
 }
 .TagClassName
 {
   border-color: #6D62CE;
 }
</style>