#639D94

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

Shades of Cadet Blue #639D94

Tints of Cadet Blue #639D94

Color information

#639D94 (or 0x639D94) is unknown color: approx Cadet Blue. HEX triplet: 63, 9D and 94. RGB value is (99,157,148). Sum of RGB (Red+Green+Blue) = 99+157+148=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #639D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D94 is #9C626B. Grayscale: #8A8A8A. Windows color (decimal): -10248812 or 9739619. OLE color: 9739619.

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

Color convert

RGB99157148-
CMYK0.3700.060.38
HSL170.69º22.83%50.2%-
HSV(B)170.69º36.94%61.57%-
XYZ22.5528.932.41-
YUV138.63133.2899.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=24.50%
G=38.86%
B=36.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991571480.3700.060.38170.6922.8350.2
Hex639D94250626ab1732
Octal1432352244506462532762
Binary1100011100111011001010010010101101001101010101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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