Html Css Color HEX #629CAA Cadet Blue

📋 copy color: '#629CAA'

red 98 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #629CAA

Tints of Cadet Blue #629CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 23.11%
G = 36.79%
B = 40.09%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#629CAA (or 0x629CAA) is known color: Cadet Blue. HEX triplet: 62, 9C and AA. RGB value is (98,156,170). Sum of RGB (Red+Green+Blue) = 98+156+170=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #629CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629CAA is #9D6355. Grayscale: #8C8C8C. Windows color (decimal): -10314582 or 11181154. OLE color: 11181154.

HSL color Cylindrical-coordinate representation of color #629CAA: hue angle of 191.67º 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 #629CAA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 156 170 -
CMYK 0.42 0.08 0 0.33
HSL 191.67º 0.3% 0.53% -
HSV(B) 191.67º 0.42% 0.67% -
XYZ 24.18 29.28 42.41 -
YUV 140.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 98 156 170 0.42 0.08 0 0.33 191.67 0.3 0.53
Hex 62 9C AA 2A 8 0 21 C0 1E 35
Octal 142 234 252 52 10 0 41 300 36 65
Binary 1100010 10011100 10101010 101010 1000 0 100001 11000000 11110 110101

Color Harmonies of #629CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CAA

Black with #629CAA

Text Example


Text Example

White with #629CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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