#629E9B

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

Shades of Cadet Blue #629E9B

Tints of Cadet Blue #629E9B

Color information

#629E9B (or 0x629E9B) is unknown color: approx Cadet Blue. HEX triplet: 62, 9E and 9B. RGB value is (98,158,155). Sum of RGB (Red+Green+Blue) = 98+158+155=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #629E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E9B is #9D6164. Grayscale: #8B8B8B. Windows color (decimal): -10314085 or 10198626. OLE color: 10198626.

HSL color Cylindrical-coordinate representation of color #629E9B: hue angle of 177º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E9B is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB98158155-
CMYK0.3800.020.38
HSL177º23.62%50.2%-
HSV(B)177º37.97%61.96%-
XYZ23.1829.4235.47-
YUV139.72136.6298.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.84%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=23.84%
G=38.44%
B=37.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581550.3800.020.3817723.6250.2
Hex629E9B260226b11832
Octal1422362334602462613062
Binary110001010011110100110111001100101001101011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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