Html Css Color HEX #629FAC Cadet Blue

📋 copy color: '#629FAC'

red 98 ◦ green 159 ◦ blue 172

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

Shades of Cadet Blue #629FAC

Tints of Cadet Blue #629FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 22.84%
G = 37.06%
B = 40.09%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#629FAC (or 0x629FAC) is known color: Cadet Blue. HEX triplet: 62, 9F and AC. RGB value is (98,159,172). Sum of RGB (Red+Green+Blue) = 98+159+172=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #629FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629FAC is #9D6053. Grayscale: #8E8E8E. Windows color (decimal): -10313812 or 11312994. OLE color: 11312994.

HSL color Cylindrical-coordinate representation of color #629FAC: hue angle of 190.54º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629FAC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 159 172 -
CMYK 0.43 0.08 0 0.33
HSL 190.54º 0.31% 0.53% -
HSV(B) 190.54º 0.43% 0.67% -
XYZ 24.88 30.37 43.58 -
YUV 142.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 98 159 172 0.43 0.08 0 0.33 190.54 0.31 0.53
Hex 62 9F AC 2B 8 0 21 BF 1F 35
Octal 142 237 254 53 10 0 41 277 37 65
Binary 1100010 10011111 10101100 101011 1000 0 100001 10111111 11111 110101

Color Harmonies of #629FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FAC

Black with #629FAC

Text Example


Text Example

White with #629FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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