Html Css Color HEX #6166CC Slate Blue

📋 copy color: '#6166CC'

red 97 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #6166CC

Tints of Slate Blue #6166CC

RGB

 RED value IS 97 (38.28% from 255) = 24.07%

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 24.07%
G = 25.31%
B = 50.62%

CMYK

 C value IS 0.52

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6166CC (or 0x6166CC) is known color: Slate Blue. HEX triplet: 61, 66 and CC. RGB value is (97,102,204). Sum of RGB (Red+Green+Blue) = 97+102+204=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6166CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166CC is #9E9933. Grayscale: #6F6F6F. Windows color (decimal): -10393908 or 13395553. OLE color: 13395553.

HSL color Cylindrical-coordinate representation of color #6166CC: hue angle of 237.2º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6166CC is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 102 204 -
CMYK 0.52 0.5 0 0.2
HSL 237.2º 0.51% 0.59% -
HSV(B) 237.2º 0.52% 0.8% -
XYZ 20.58 16.4 59.21 -
YUV 112.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 97 102 204 0.52 0.5 0 0.2 237.2 0.51 0.59
Hex 61 66 CC 34 32 0 14 ED 33 3B
Octal 141 146 314 64 62 0 24 355 63 73
Binary 1100001 1100110 11001100 110100 110010 0 10100 11101101 110011 111011

Color Harmonies of #6166CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6166CC

Black with #6166CC

Text Example


Text Example

White with #6166CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6166CC; }

 p { color: rgb(97,102,204); }

 H1.HeaderClassName
 {
   color: #6166CC;
 }
 .AnyTagClassName
 {
   color: #6166CC;
 }
</style>

background-color css

<style>
 a { background-color: #6166CC; }

 a { background-color: rgb(97,102,204); }

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

border-color css

<style>
 span { border-color: #6166CC; }

 span { border-color: rgb(97,102,204); }

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