Html Css Color HEX #68989C Cadet Blue

📋 copy color: '#68989C'

red 104 ◦ green 152 ◦ blue 156

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

Shades of Cadet Blue #68989C

Tints of Cadet Blue #68989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 25.24%
G = 36.89%
B = 37.86%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68989C (or 0x68989C) is known color: Cadet Blue. HEX triplet: 68, 98 and 9C. RGB value is (104,152,156). Sum of RGB (Red+Green+Blue) = 104+152+156=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #68989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68989C is #976763. Grayscale: #8A8A8A. Windows color (decimal): -9922404 or 10262632. OLE color: 10262632.

HSL color Cylindrical-coordinate representation of color #68989C: hue angle of 184.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68989C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 152 156 -
CMYK 0.33 0.03 0 0.39
HSL 184.62º 0.21% 0.51% -
HSV(B) 184.62º 0.33% 0.61% -
XYZ 22.94 27.8 35.61 -
YUV 138.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 104 152 156 0.33 0.03 0 0.39 184.62 0.21 0.51
Hex 68 98 9C 21 3 0 27 B9 15 33
Octal 150 230 234 41 3 0 47 271 25 63
Binary 1101000 10011000 10011100 100001 11 0 100111 10111001 10101 110011

Color Harmonies of #68989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68989C

Black with #68989C

Text Example


Text Example

White with #68989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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