#639B95

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

Shades of Cadet Blue #639B95

Tints of Cadet Blue #639B95

Color information

#639B95 (or 0x639B95) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 95. RGB value is (99,155,149). Sum of RGB (Red+Green+Blue) = 99+155+149=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #639B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B95 is #9C646A. Grayscale: #898989. Windows color (decimal): -10249323 or 9804643. OLE color: 9804643.

HSL color Cylindrical-coordinate representation of color #639B95: hue angle of 173.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B95 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB99155149-
CMYK0.3600.040.39
HSL173.57º22.05%49.8%-
HSV(B)173.57º36.13%60.78%-
XYZ22.2928.2732.71-
YUV137.57134.45100.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 155 (60.94% from 255) = 38.46%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=24.57%
G=38.46%
B=36.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551490.3600.040.39173.5722.0549.8
Hex639B95240427ae1632
Octal1432332254404472562662
Binary1100011100110111001010110010001001001111010111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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