#639B9D

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

Shades of Cadet Blue #639B9D

Tints of Cadet Blue #639B9D

Color information

#639B9D (or 0x639B9D) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 9D. RGB value is (99,155,157). Sum of RGB (Red+Green+Blue) = 99+155+157=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #639B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9D is #9C6462. Grayscale: #8A8A8A. Windows color (decimal): -10249315 or 10328931. OLE color: 10328931.

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

Color convert

RGB99155157-
CMYK0.370.0100.38
HSL182.07º22.83%50.2%-
HSV(B)182.07º36.94%61.57%-
XYZ22.9528.5336.2-
YUV138.48138.4599.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=24.09%
G=37.71%
B=38.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991551570.370.0100.38182.0722.8350.2
Hex639B9D251026b61732
Octal1432332354510462662762
Binary11000111001101110011101100101101001101011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,157); }

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

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

 a { background-color: rgb(99,155,157); }

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

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

 span { border-color: rgb(99,155,157); }

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