Html Css Color HEX #62969E Cadet Blue

📋 copy color: '#62969E'

red 98 ◦ green 150 ◦ blue 158

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

Shades of Cadet Blue #62969E

Tints of Cadet Blue #62969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 24.14%
G = 36.95%
B = 38.92%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62969E (or 0x62969E) is known color: Cadet Blue. HEX triplet: 62, 96 and 9E. RGB value is (98,150,158). Sum of RGB (Red+Green+Blue) = 98+150+158=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #62969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62969E is #9D6961. Grayscale: #878787. Windows color (decimal): -10316130 or 10393186. OLE color: 10393186.

HSL color Cylindrical-coordinate representation of color #62969E: hue angle of 188º 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 #62969E is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 150 158 -
CMYK 0.38 0.05 0 0.38
HSL 188º 0.24% 0.5% -
HSV(B) 188º 0.38% 0.62% -
XYZ 22.11 26.88 36.37 -
YUV 135.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 98 150 158 0.38 0.05 0 0.38 188 0.24 0.5
Hex 62 96 9E 26 5 0 26 BC 18 32
Octal 142 226 236 46 5 0 46 274 30 62
Binary 1100010 10010110 10011110 100110 101 0 100110 10111100 11000 110010

Color Harmonies of #62969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62969E

Black with #62969E

Text Example


Text Example

White with #62969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62969E; }

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

 H1.HeaderClassName
 {
   color: #62969E;
 }
 .AnyTagClassName
 {
   color: #62969E;
 }
</style>

background-color css

<style>
 a { background-color: #62969E; }

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

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

border-color css

<style>
 span { border-color: #62969E; }

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

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