Html Css Color HEX #6F62CE Slate Blue

📋 copy color: '#6F62CE'

red 111 ◦ green 98 ◦ blue 206

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

Shades of Slate Blue #6F62CE

Tints of Slate Blue #6F62CE

RGB

 RED value IS 111 (43.75% from 255) = 26.75%

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

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

R = 26.75%
G = 23.61%
B = 49.64%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F62CE (or 0x6F62CE) is known color: Slate Blue. HEX triplet: 6F, 62 and CE. RGB value is (111,98,206). Sum of RGB (Red+Green+Blue) = 111+98+206=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62CE is #909D31. Grayscale: #717171. Windows color (decimal): -9477426 or 13525615. OLE color: 13525615.

HSL color Cylindrical-coordinate representation of color #6F62CE: hue angle of 247.22º 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 #6F62CE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 98 206 -
CMYK 0.46 0.52 0 0.19
HSL 247.22º 0.52% 0.6% -
HSV(B) 247.22º 0.52% 0.81% -
XYZ 22.06 16.57 60.43 -
YUV 114.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 111 98 206 0.46 0.52 0 0.19 247.22 0.52 0.6
Hex 6F 62 CE 2E 34 0 13 F7 34 3C
Octal 157 142 316 56 64 0 23 367 64 74
Binary 1101111 1100010 11001110 101110 110100 0 10011 11110111 110100 111100

Color Harmonies of #6F62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F62CE

Black with #6F62CE

Text Example


Text Example

White with #6F62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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