#6469BC

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

Shades of Chetwode Blue #6469BC

Tints of Chetwode Blue #6469BC

Color information

#6469BC (or 0x6469BC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 69 and BC. RGB value is (100,105,188). Sum of RGB (Red+Green+Blue) = 100+105+188=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6469BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BC is #9B9643. Grayscale: #707070. Windows color (decimal): -10196548 or 12347748. OLE color: 12347748.

HSL color Cylindrical-coordinate representation of color #6469BC: hue angle of 236.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6469BC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100105188-
CMYK0.470.4400.26
HSL236.59º39.64%56.47%-
HSV(B)236.59º46.81%73.73%-
XYZ19.3816.4449.73-
YUV112.97170.34118.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=25.45%
G=26.72%
B=47.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001051880.470.4400.26236.5939.6456.47
Hex6469BC2F2C01Aed2838
Octal14415127457540323555070
Binary110010011010011011110010111110110001101011101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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