#6169A0

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

Shades of Chetwode Blue #6169A0

Tints of Chetwode Blue #6169A0

Color information

#6169A0 (or 0x6169A0) is unknown color: approx Chetwode Blue. HEX triplet: 61, 69 and A0. RGB value is (97,105,160). Sum of RGB (Red+Green+Blue) = 97+105+160=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #6169A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6169A0 is #9E965F. Grayscale: #6C6C6C. Windows color (decimal): -10393184 or 10512737. OLE color: 10512737.

HSL color Cylindrical-coordinate representation of color #6169A0: hue angle of 232.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6169A0 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97105160-
CMYK0.390.3400.37
HSL232.38º24.9%50.39%-
HSV(B)232.38º39.38%62.75%-
XYZ16.3315.1835.33-
YUV108.88156.85119.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 160 (62.89% from 255) = 44.20%
R=26.80%
G=29.01%
B=44.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971051600.390.3400.37232.3824.950.39
Hex6169A02722025e81932
Octal14115124047420453503162
Binary110000111010011010000010011110001001001011110100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6169A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6169A0; }

 p { color: rgb(97,105,160); }

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

<style>
 a { background-color: #6169A0; }

 a { background-color: rgb(97,105,160); }

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

<style>
 span { border-color: #6169A0; }

 span { border-color: rgb(97,105,160); }

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