#629FAB

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

Shades of Cadet Blue #629FAB

Tints of Cadet Blue #629FAB

Color information

#629FAB (or 0x629FAB) is unknown color: approx Cadet Blue. HEX triplet: 62, 9F and AB. RGB value is (98,159,171). Sum of RGB (Red+Green+Blue) = 98+159+171=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #629FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629FAB is #9D6054. Grayscale: #8E8E8E. Windows color (decimal): -10313813 or 11247458. OLE color: 11247458.

HSL color Cylindrical-coordinate representation of color #629FAB: hue angle of 189.86º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629FAB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98159171-
CMYK0.430.0700.33
HSL189.86º30.29%52.75%-
HSV(B)189.86º42.69%67.06%-
XYZ24.7930.3343.08-
YUV142.13144.2996.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.90%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=22.90%
G=37.15%
B=39.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981591710.430.0700.33189.8630.2952.75
Hex629FAB2B7021be1e35
Octal1422372535370412763665
Binary1100010100111111010101110101111101000011011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629FAB; }

 p { color: rgb(98,159,171); }

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

<style>
 a { background-color: #629FAB; }

 a { background-color: rgb(98,159,171); }

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

<style>
 span { border-color: #629FAB; }

 span { border-color: rgb(98,159,171); }

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