#639B9F

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

Shades of Cadet Blue #639B9F

Tints of Cadet Blue #639B9F

Color information

#639B9F (or 0x639B9F) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 9F. RGB value is (99,155,159). Sum of RGB (Red+Green+Blue) = 99+155+159=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #639B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9F is #9C6460. Grayscale: #8A8A8A. Windows color (decimal): -10249313 or 10460003. OLE color: 10460003.

HSL color Cylindrical-coordinate representation of color #639B9F: hue angle of 184º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639B9F is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99155159-
CMYK0.380.0300.38
HSL184º23.81%50.59%-
HSV(B)184º37.74%62.35%-
XYZ23.1228.637.1-
YUV138.71139.4599.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.97%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=23.97%
G=37.53%
B=38.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991551590.380.0300.3818423.8150.59
Hex639B9F263026b81833
Octal1432332374630462703063
Binary110001110011011100111111001101101001101011100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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