Html Css Color HEX #629C95 Cadet Blue

📋 copy color: '#629C95'

red 98 ◦ green 156 ◦ blue 149

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

Shades of Cadet Blue #629C95

Tints of Cadet Blue #629C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 24.32%
G = 38.71%
B = 36.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#629C95 (or 0x629C95) is known color: Cadet Blue. HEX triplet: 62, 9C and 95. RGB value is (98,156,149). Sum of RGB (Red+Green+Blue) = 98+156+149=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #629C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C95 is #9D636A. Grayscale: #898989. Windows color (decimal): -10314603 or 9804898. OLE color: 9804898.

HSL color Cylindrical-coordinate representation of color #629C95: hue angle of 172.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C95 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 156 149 -
CMYK 0.37 0 0.04 0.39
HSL 172.76º 0.23% 0.5% -
HSV(B) 172.76º 0.37% 0.61% -
XYZ 22.35 28.54 32.77 -
YUV 137.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 98 156 149 0.37 0 0.04 0.39 172.76 0.23 0.5
Hex 62 9C 95 25 0 4 27 AD 17 32
Octal 142 234 225 45 0 4 47 255 27 62
Binary 1100010 10011100 10010101 100101 0 100 100111 10101101 10111 110010

Color Harmonies of #629C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629C95

Black with #629C95

Text Example


Text Example

White with #629C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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