#6469AB

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

Shades of Chetwode Blue #6469AB

Tints of Chetwode Blue #6469AB

Color information

#6469AB (or 0x6469AB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 69 and AB. RGB value is (100,105,171). Sum of RGB (Red+Green+Blue) = 100+105+171=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6469AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469AB is #9B9654. Grayscale: #6E6E6E. Windows color (decimal): -10196565 or 11233636. OLE color: 11233636.

HSL color Cylindrical-coordinate representation of color #6469AB: hue angle of 235.77º 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 #6469AB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100105171-
CMYK0.420.3900.33
HSL235.77º29.71%53.14%-
HSV(B)235.77º41.52%67.06%-
XYZ17.6615.7540.64-
YUV111.03161.84120.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=26.60%
G=27.93%
B=45.48%

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
Decimal1001051710.420.3900.33235.7729.7153.14
Hex6469AB2A27021ec1e35
Octal14415125352470413543665
Binary110010011010011010101110101010011101000011110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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