#639B94

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

Shades of Cadet Blue #639B94

Tints of Cadet Blue #639B94

Color information

#639B94 (or 0x639B94) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 94. RGB value is (99,155,148). Sum of RGB (Red+Green+Blue) = 99+155+148=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #639B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B94 is #9C646B. Grayscale: #898989. Windows color (decimal): -10249324 or 9739107. OLE color: 9739107.

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

Color convert

RGB99155148-
CMYK0.3600.050.39
HSL172.5º22.05%49.8%-
HSV(B)172.5º36.13%60.78%-
XYZ22.2128.2332.3-
YUV137.46133.95100.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=24.63%
G=38.56%
B=36.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551480.3600.050.39172.522.0549.8
Hex639B94240527ac1632
Octal1432332244405472542662
Binary1100011100110111001010010010001011001111010110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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