#639AA4

Color #639AA4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #639AA4

Tints of Cadet Blue #639AA4

Color information

#639AA4 (or 0x639AA4) is unknown color: approx Cadet Blue. HEX triplet: 63, 9A and A4. RGB value is (99,154,164). Sum of RGB (Red+Green+Blue) = 99+154+164=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #639AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AA4 is #9C655B. Grayscale: #8A8A8A. Windows color (decimal): -10249564 or 10787427. OLE color: 10787427.

HSL color Cylindrical-coordinate representation of color #639AA4: hue angle of 189.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639AA4 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB99154164-
CMYK0.400.0600.36
HSL189.23º26.32%51.57%-
HSV(B)189.23º39.63%64.31%-
XYZ23.428.4439.38-
YUV138.7142.2899.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=23.74%
G=36.93%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991541640.400.0600.36189.2326.3251.57
Hex639AA4286024bd1a34
Octal1432322445060442753264
Binary1100011100110101010010010100011001001001011110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639AA4; }

 p { color: rgb(99,154,164); }

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

<style>
 a { background-color: #639AA4; }

 a { background-color: rgb(99,154,164); }

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

<style>
 span { border-color: #639AA4; }

 span { border-color: rgb(99,154,164); }

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