Html Css Color HEX #629FA4 Cadet Blue

📋 copy color: '#629FA4'

red 98 ◦ green 159 ◦ blue 164

#629FA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #629FA4

Tints of Cadet Blue #629FA4

RGB

 RED value IS 98 (38.67% from 255) = 23.28%

 GREEN value IS 159 (62.5% from 255) = 37.77%

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 23.28%
G = 37.77%
B = 38.95%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#629FA4 (or 0x629FA4) is known color: Cadet Blue. HEX triplet: 62, 9F and A4. RGB value is (98,159,164). Sum of RGB (Red+Green+Blue) = 98+159+164=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #629FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629FA4 is #9D605B. Grayscale: #8D8D8D. Windows color (decimal): -10313820 or 10788706. OLE color: 10788706.

HSL color Cylindrical-coordinate representation of color #629FA4: hue angle of 184.55º 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 #629FA4 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 159 164 -
CMYK 0.40 0.03 0 0.36
HSL 184.55º 0.27% 0.51% -
HSV(B) 184.55º 0.4% 0.64% -
XYZ 24.14 30.07 39.65 -
YUV 141.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 98 159 164 0.40 0.03 0 0.36 184.55 0.27 0.51
Hex 62 9F A4 28 3 0 24 B9 1B 33
Octal 142 237 244 50 3 0 44 271 33 63
Binary 1100010 10011111 10100100 101000 11 0 100100 10111001 11011 110011

Color Harmonies of #629FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FA4

Black with #629FA4

Text Example


Text Example

White with #629FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #629FA4;
 }
 .AnyTagClassName
 {
   color: #629FA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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