Html Css Color HEX #6F68CE Slate Blue

📋 copy color: '#6F68CE'

red 111 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #6F68CE

Tints of Slate Blue #6F68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 26.37%
G = 24.7%
B = 48.93%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F68CE (or 0x6F68CE) is known color: Slate Blue. HEX triplet: 6F, 68 and CE. RGB value is (111,104,206). Sum of RGB (Red+Green+Blue) = 111+104+206=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68CE is #909731. Grayscale: #757575. Windows color (decimal): -9475890 or 13527151. OLE color: 13527151.

HSL color Cylindrical-coordinate representation of color #6F68CE: hue angle of 244.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F68CE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 104 206 -
CMYK 0.46 0.50 0 0.19
HSL 244.12º 0.51% 0.61% -
HSV(B) 244.12º 0.5% 0.81% -
XYZ 22.65 17.74 60.62 -
YUV 117.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 111 104 206 0.46 0.50 0 0.19 244.12 0.51 0.61
Hex 6F 68 CE 2E 32 0 13 F4 33 3D
Octal 157 150 316 56 62 0 23 364 63 75
Binary 1101111 1101000 11001110 101110 110010 0 10011 11110100 110011 111101

Color Harmonies of #6F68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68CE

Black with #6F68CE

Text Example


Text Example

White with #6F68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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