#629DAA

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

Shades of Cadet Blue #629DAA

Tints of Cadet Blue #629DAA

Color information

#629DAA (or 0x629DAA) is unknown color: approx Cadet Blue. HEX triplet: 62, 9D and AA. RGB value is (98,157,170). Sum of RGB (Red+Green+Blue) = 98+157+170=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #629DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629DAA is #9D6255. Grayscale: #8C8C8C. Windows color (decimal): -10314326 or 11181410. OLE color: 11181410.

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

Color convert

RGB98157170-
CMYK0.420.0800.33
HSL190.83º29.75%52.55%-
HSV(B)190.83º42.35%66.67%-
XYZ24.3529.6142.46-
YUV140.84144.4597.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.06%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 170 (66.80% from 255) = 40%
R=23.06%
G=36.94%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981571700.420.0800.33190.8329.7552.55
Hex629DAA2A8021bf1e35
Octal14223525252100412773665
Binary11000101001110110101010101010100001000011011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,157,170); }

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

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

 a { background-color: rgb(98,157,170); }

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

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

 span { border-color: rgb(98,157,170); }

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