Html Css Color HEX #68919C Horizon

📋 copy color: '#68919C'

red 104 ◦ green 145 ◦ blue 156

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

Shades of Horizon #68919C

Tints of Horizon #68919C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 25.68%
G = 35.8%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68919C (or 0x68919C) is known color: Horizon. HEX triplet: 68, 91 and 9C. RGB value is (104,145,156). Sum of RGB (Red+Green+Blue) = 104+145+156=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #68919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68919C is #976E63. Grayscale: #858585. Windows color (decimal): -9924196 or 10260840. OLE color: 10260840.

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

Color convert

RGB 104 145 156 -
CMYK 0.33 0.07 0 0.39
HSL 192.69º 0.21% 0.51% -
HSV(B) 192.69º 0.33% 0.61% -
XYZ 21.84 25.59 35.24 -
YUV 134 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 104 145 156 0.33 0.07 0 0.39 192.69 0.21 0.51
Hex 68 91 9C 21 7 0 27 C1 15 33
Octal 150 221 234 41 7 0 47 301 25 63
Binary 1101000 10010001 10011100 100001 111 0 100111 11000001 10101 110011

Color Harmonies of #68919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68919C

Black with #68919C

Text Example


Text Example

White with #68919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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