#63A69E

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

Shades of Cadet Blue #63A69E

Tints of Cadet Blue #63A69E

Color information

#63A69E (or 0x63A69E) is unknown color: approx Cadet Blue. HEX triplet: 63, A6 and 9E. RGB value is (99,166,158). Sum of RGB (Red+Green+Blue) = 99+166+158=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #63A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A69E is #9C5961. Grayscale: #919191. Windows color (decimal): -10246498 or 10397283. OLE color: 10397283.

HSL color Cylindrical-coordinate representation of color #63A69E: hue angle of 172.84º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A69E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB99166158-
CMYK0.4000.050.35
HSL172.84º27.35%51.96%-
HSV(B)172.84º40.36%65.1%-
XYZ24.9532.3937.29-
YUV145.06135.395.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.40%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=23.40%
G=39.24%
B=37.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991661580.4000.050.35172.8427.3551.96
Hex63A69E280523ad1b34
Octal1432462365005432553364
Binary1100011101001101001111010100001011000111010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A69E; }

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

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

<style>
 a { background-color: #63A69E; }

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

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

<style>
 span { border-color: #63A69E; }

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

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