Html Css Color HEX #68909C Horizon

📋 copy color: '#68909C'

red 104 ◦ green 144 ◦ blue 156

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

Shades of Horizon #68909C

Tints of Horizon #68909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 25.74%
G = 35.64%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68909C (or 0x68909C) is known color: Horizon. HEX triplet: 68, 90 and 9C. RGB value is (104,144,156). Sum of RGB (Red+Green+Blue) = 104+144+156=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #68909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68909C is #976F63. Grayscale: #858585. Windows color (decimal): -9924452 or 10260584. OLE color: 10260584.

HSL color Cylindrical-coordinate representation of color #68909C: hue angle of 193.85º 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 #68909C is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 144 156 -
CMYK 0.33 0.08 0 0.39
HSL 193.85º 0.21% 0.51% -
HSV(B) 193.85º 0.33% 0.61% -
XYZ 21.68 25.29 35.19 -
YUV 133.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 104 144 156 0.33 0.08 0 0.39 193.85 0.21 0.51
Hex 68 90 9C 21 8 0 27 C2 15 33
Octal 150 220 234 41 10 0 47 302 25 63
Binary 1101000 10010000 10011100 100001 1000 0 100111 11000010 10101 110011

Color Harmonies of #68909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68909C

Black with #68909C

Text Example


Text Example

White with #68909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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