#639B98

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

Shades of Cadet Blue #639B98

Tints of Cadet Blue #639B98

Color information

#639B98 (or 0x639B98) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 98. RGB value is (99,155,152). Sum of RGB (Red+Green+Blue) = 99+155+152=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #639B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B98 is #9C6467. Grayscale: #898989. Windows color (decimal): -10249320 or 10001251. OLE color: 10001251.

HSL color Cylindrical-coordinate representation of color #639B98: hue angle of 176.79º 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 #639B98 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB99155152-
CMYK0.3600.020.39
HSL176.79º22.05%49.8%-
HSV(B)176.79º36.13%60.78%-
XYZ22.5328.3633.99-
YUV137.91135.95100.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=24.38%
G=38.18%
B=37.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551520.3600.020.39176.7922.0549.8
Hex639B98240227b11632
Octal1432332304402472612662
Binary110001110011011100110001001000101001111011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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