#639E98

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

Shades of Cadet Blue #639E98

Tints of Cadet Blue #639E98

Color information

#639E98 (or 0x639E98) is unknown color: approx Cadet Blue. HEX triplet: 63, 9E and 98. RGB value is (99,158,152). Sum of RGB (Red+Green+Blue) = 99+158+152=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #639E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E98 is #9C6167. Grayscale: #8B8B8B. Windows color (decimal): -10248552 or 10002019. OLE color: 10002019.

HSL color Cylindrical-coordinate representation of color #639E98: hue angle of 173.9º 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 #639E98 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB99158152-
CMYK0.3700.040.38
HSL173.9º23.32%50.39%-
HSV(B)173.9º37.34%61.96%-
XYZ23.0429.3734.16-
YUV139.67134.9598.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=24.21%
G=38.63%
B=37.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581520.3700.040.38173.923.3250.39
Hex639E98250426ae1732
Octal1432362304504462562762
Binary1100011100111101001100010010101001001101010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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