Html Css Color HEX #68989E Cadet Blue

📋 copy color: '#68989E'

red 104 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #68989E

Tints of Cadet Blue #68989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

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

R = 25.12%
G = 36.71%
B = 38.16%

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

#68989E (or 0x68989E) is known color: Cadet Blue. HEX triplet: 68, 98 and 9E. RGB value is (104,152,158). Sum of RGB (Red+Green+Blue) = 104+152+158=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #68989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68989E is #976761. Grayscale: #8A8A8A. Windows color (decimal): -9922402 or 10393704. OLE color: 10393704.

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

Color convert

RGB 104 152 158 -
CMYK 0.34 0.04 0 0.38
HSL 186.67º 0.22% 0.51% -
HSV(B) 186.67º 0.34% 0.62% -
XYZ 23.11 27.87 36.51 -
YUV 138.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 104 152 158 0.34 0.04 0 0.38 186.67 0.22 0.51
Hex 68 98 9E 22 4 0 26 BB 16 33
Octal 150 230 236 42 4 0 46 273 26 63
Binary 1101000 10011000 10011110 100010 100 0 100110 10111011 10110 110011

Color Harmonies of #68989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68989E

Black with #68989E

Text Example


Text Example

White with #68989E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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