#629EA4

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

Shades of Cadet Blue #629EA4

Tints of Cadet Blue #629EA4

Color information

#629EA4 (or 0x629EA4) is unknown color: approx Cadet Blue. HEX triplet: 62, 9E and A4. RGB value is (98,158,164). Sum of RGB (Red+Green+Blue) = 98+158+164=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #629EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629EA4 is #9D615B. Grayscale: #8C8C8C. Windows color (decimal): -10314076 or 10788450. OLE color: 10788450.

HSL color Cylindrical-coordinate representation of color #629EA4: hue angle of 185.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #629EA4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98158164-
CMYK0.400.0400.36
HSL185.45º26.61%51.37%-
HSV(B)185.45º40.24%64.31%-
XYZ23.9629.7339.6-
YUV140.74141.1297.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.33%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=23.33%
G=37.62%
B=39.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981581640.400.0400.36185.4526.6151.37
Hex629EA4284024b91b33
Octal1422362445040442713363
Binary1100010100111101010010010100010001001001011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,158,164); }

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

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

 a { background-color: rgb(98,158,164); }

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

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

 span { border-color: rgb(98,158,164); }

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