#64699D

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

Shades of Chetwode Blue #64699D

Tints of Chetwode Blue #64699D

Color information

#64699D (or 0x64699D) is unknown color: approx Chetwode Blue. HEX triplet: 64, 69 and 9D. RGB value is (100,105,157). Sum of RGB (Red+Green+Blue) = 100+105+157=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #64699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64699D is #9B9662. Grayscale: #6D6D6D. Windows color (decimal): -10196579 or 10316132. OLE color: 10316132.

HSL color Cylindrical-coordinate representation of color #64699D: hue angle of 234.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64699D is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100105157-
CMYK0.360.3300.38
HSL234.74º22.53%50.39%-
HSV(B)234.74º36.31%61.57%-
XYZ16.3915.2533.98-
YUV109.43154.84121.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=27.62%
G=29.01%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001051570.360.3300.38234.7422.5350.39
Hex64699D2421026eb1732
Octal14415123544410463532762
Binary110010011010011001110110010010000101001101110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64699D; }

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

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

<style>
 a { background-color: #64699D; }

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

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

<style>
 span { border-color: #64699D; }

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

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