#6469B4

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

Shades of Chetwode Blue #6469B4

Tints of Chetwode Blue #6469B4

Color information

#6469B4 (or 0x6469B4) is unknown color: approx Chetwode Blue. HEX triplet: 64, 69 and B4. RGB value is (100,105,180). Sum of RGB (Red+Green+Blue) = 100+105+180=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #6469B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469B4 is #9B964B. Grayscale: #6F6F6F. Windows color (decimal): -10196556 or 11823460. OLE color: 11823460.

HSL color Cylindrical-coordinate representation of color #6469B4: hue angle of 236.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6469B4 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB100105180-
CMYK0.440.4200.29
HSL236.25º34.78%54.9%-
HSV(B)236.25º44.44%70.59%-
XYZ18.5516.1145.31-
YUV112.06166.34119.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=25.97%
G=27.27%
B=46.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001051800.440.4200.29236.2534.7854.9
Hex6469B42C2A01Dec2337
Octal14415126454520353544367
Binary110010011010011011010010110010101001110111101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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