Html Css Color HEX #6C67CE Slate Blue

📋 copy color: '#6C67CE'

red 108 ◦ green 103 ◦ blue 206

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

Shades of Slate Blue #6C67CE

Tints of Slate Blue #6C67CE

RGB

 RED value IS 108 (42.58% from 255) = 25.9%

 GREEN value IS 103 (40.63% from 255) = 24.7%

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

R = 25.9%
G = 24.7%
B = 49.4%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C67CE (or 0x6C67CE) is known color: Slate Blue. HEX triplet: 6C, 67 and CE. RGB value is (108,103,206). Sum of RGB (Red+Green+Blue) = 108+103+206=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67CE is #939831. Grayscale: #737373. Windows color (decimal): -9672754 or 13526892. OLE color: 13526892.

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

Color convert

RGB 108 103 206 -
CMYK 0.48 0.50 0 0.19
HSL 242.91º 0.51% 0.61% -
HSV(B) 242.91º 0.5% 0.81% -
XYZ 22.18 17.34 60.57 -
YUV 116.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 108 103 206 0.48 0.50 0 0.19 242.91 0.51 0.61
Hex 6C 67 CE 30 32 0 13 F3 33 3D
Octal 154 147 316 60 62 0 23 363 63 75
Binary 1101100 1100111 11001110 110000 110010 0 10011 11110011 110011 111101

Color Harmonies of #6C67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67CE

Black with #6C67CE

Text Example


Text Example

White with #6C67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,206); }

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

background-color css

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

 a { background-color: rgb(108,103,206); }

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

border-color css

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

 span { border-color: rgb(108,103,206); }

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