Html Css Color HEX #68979E Cadet Blue

📋 copy color: '#68979E'

red 104 ◦ green 151 ◦ blue 158

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

Shades of Cadet Blue #68979E

Tints of Cadet Blue #68979E

RGB

 RED value IS 104 (41.02% from 255) = 25.18%

 GREEN value IS 151 (59.38% from 255) = 36.56%

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

R = 25.18%
G = 36.56%
B = 38.26%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68979E (or 0x68979E) is known color: Cadet Blue. HEX triplet: 68, 97 and 9E. RGB value is (104,151,158). Sum of RGB (Red+Green+Blue) = 104+151+158=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #68979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68979E is #976861. Grayscale: #898989. Windows color (decimal): -9922658 or 10393448. OLE color: 10393448.

HSL color Cylindrical-coordinate representation of color #68979E: hue angle of 187.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68979E is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 151 158 -
CMYK 0.34 0.04 0 0.38
HSL 187.78º 0.22% 0.51% -
HSV(B) 187.78º 0.34% 0.62% -
XYZ 22.95 27.54 36.46 -
YUV 137.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 104 151 158 0.34 0.04 0 0.38 187.78 0.22 0.51
Hex 68 97 9E 22 4 0 26 BC 16 33
Octal 150 227 236 42 4 0 46 274 26 63
Binary 1101000 10010111 10011110 100010 100 0 100110 10111100 10110 110011

Color Harmonies of #68979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68979E

Black with #68979E

Text Example


Text Example

White with #68979E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,151,158); }

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

background-color css

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

 a { background-color: rgb(104,151,158); }

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

border-color css

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

 span { border-color: rgb(104,151,158); }

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