#6469AC

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

Shades of Chetwode Blue #6469AC

Tints of Chetwode Blue #6469AC

Color information

#6469AC (or 0x6469AC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 69 and AC. RGB value is (100,105,172). Sum of RGB (Red+Green+Blue) = 100+105+172=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6469AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469AC is #9B9653. Grayscale: #6E6E6E. Windows color (decimal): -10196564 or 11299172. OLE color: 11299172.

HSL color Cylindrical-coordinate representation of color #6469AC: hue angle of 235.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6469AC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100105172-
CMYK0.420.3900.33
HSL235.83º30.25%53.33%-
HSV(B)235.83º41.86%67.45%-
XYZ17.7515.7941.14-
YUV111.14162.34120.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=26.53%
G=27.85%
B=45.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001051720.420.3900.33235.8330.2553.33
Hex6469AC2A27021ec1e35
Octal14415125452470413543665
Binary110010011010011010110010101010011101000011110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6469AC; }

 p { color: rgb(100,105,172); }

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

<style>
 a { background-color: #6469AC; }

 a { background-color: rgb(100,105,172); }

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

<style>
 span { border-color: #6469AC; }

 span { border-color: rgb(100,105,172); }

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