#629894

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

Shades of Cadet Blue #629894

Tints of Cadet Blue #629894

Color information

#629894 (or 0x629894) is unknown color: approx Cadet Blue. HEX triplet: 62, 98 and 94. RGB value is (98,152,148). Sum of RGB (Red+Green+Blue) = 98+152+148=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #629894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629894 is #9D676B. Grayscale: #878787. Windows color (decimal): -10315628 or 9738338. OLE color: 9738338.

HSL color Cylindrical-coordinate representation of color #629894: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629894 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB98152148-
CMYK0.3600.030.40
HSL175.56º21.6%49.02%-
HSV(B)175.56º35.53%59.61%-
XYZ21.6127.1932.13-
YUV135.4135.11101.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=24.62%
G=38.19%
B=37.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981521480.3600.030.40175.5621.649.02
Hex629894240328b01631
Octal1422302244403502602661
Binary110001010011000100101001001000111010001011000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629894; }

 p { color: rgb(98,152,148); }

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

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

 a { background-color: rgb(98,152,148); }

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

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

 span { border-color: rgb(98,152,148); }

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