Html Css Color HEX #6C67CC Slate Blue

📋 copy color: '#6C67CC'

red 108 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #6C67CC

Tints of Slate Blue #6C67CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 26.02%
G = 24.82%
B = 49.16%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C67CC (or 0x6C67CC) is known color: Slate Blue. HEX triplet: 6C, 67 and CC. RGB value is (108,103,204). Sum of RGB (Red+Green+Blue) = 108+103+204=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67CC is #939833. Grayscale: #737373. Windows color (decimal): -9672756 or 13395820. OLE color: 13395820.

HSL color Cylindrical-coordinate representation of color #6C67CC: hue angle of 242.97º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C67CC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 103 204 -
CMYK 0.47 0.50 0 0.2
HSL 242.97º 0.5% 0.6% -
HSV(B) 242.97º 0.5% 0.8% -
XYZ 21.93 17.25 59.3 -
YUV 116.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 108 103 204 0.47 0.50 0 0.2 242.97 0.5 0.6
Hex 6C 67 CC 2F 32 0 14 F3 32 3C
Octal 154 147 314 57 62 0 24 363 62 74
Binary 1101100 1100111 11001100 101111 110010 0 10100 11110011 110010 111100

Color Harmonies of #6C67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67CC

Black with #6C67CC

Text Example


Text Example

White with #6C67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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