Html Css Color HEX #6D62DE Slate Blue

📋 copy color: '#6D62DE'

red 109 ◦ green 98 ◦ blue 222

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

Shades of Slate Blue #6D62DE

Tints of Slate Blue #6D62DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 25.41%
G = 22.84%
B = 51.75%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D62DE (or 0x6D62DE) is known color: Slate Blue. HEX triplet: 6D, 62 and DE. RGB value is (109,98,222). Sum of RGB (Red+Green+Blue) = 109+98+222=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D62DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62DE is #929D21. Grayscale: #727272. Windows color (decimal): -9608482 or 14574189. OLE color: 14574189.

HSL color Cylindrical-coordinate representation of color #6D62DE: hue angle of 245.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D62DE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 98 222 -
CMYK 0.51 0.56 0 0.13
HSL 245.32º 0.65% 0.63% -
HSV(B) 245.32º 0.56% 0.87% -
XYZ 23.86 17.26 71.18 -
YUV 115.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 109 98 222 0.51 0.56 0 0.13 245.32 0.65 0.63
Hex 6D 62 DE 33 38 0 D F5 41 3F
Octal 155 142 336 63 70 0 15 365 101 77
Binary 1101101 1100010 11011110 110011 111000 0 1101 11110101 1000001 111111

Color Harmonies of #6D62DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D62DE

Black with #6D62DE

Text Example


Text Example

White with #6D62DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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