#6166C4

Color #6166C4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6166C4

Tints of Chetwode Blue #6166C4

Color information

#6166C4 (or 0x6166C4) is unknown color: approx Chetwode Blue. HEX triplet: 61, 66 and C4. RGB value is (97,102,196). Sum of RGB (Red+Green+Blue) = 97+102+196=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #6166C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166C4 is #9E993B. Grayscale: #6E6E6E. Windows color (decimal): -10393916 or 12871265. OLE color: 12871265.

HSL color Cylindrical-coordinate representation of color #6166C4: hue angle of 236.97º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6166C4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97102196-
CMYK0.510.4800.23
HSL236.97º45.62%57.45%-
HSV(B)236.97º50.51%76.86%-
XYZ19.6416.0354.28-
YUV111.22175.84117.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=24.56%
G=25.82%
B=49.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971021960.510.4800.23236.9745.6257.45
Hex6166C43330017ed2e39
Octal14114630463600273555671
Binary110000111001101100010011001111000001011111101101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6166C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6166C4;
 }
 .AnyTagClassName
 {
   color: #6166C4;
 }
</style>
background-color css

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

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

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

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

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

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