Html Css Color HEX #68949C Horizon

📋 copy color: '#68949C'

red 104 ◦ green 148 ◦ blue 156

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

Shades of Horizon #68949C

Tints of Horizon #68949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

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

R = 25.49%
G = 36.27%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68949C (or 0x68949C) is known color: Horizon. HEX triplet: 68, 94 and 9C. RGB value is (104,148,156). Sum of RGB (Red+Green+Blue) = 104+148+156=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #68949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68949C is #976B63. Grayscale: #878787. Windows color (decimal): -9923428 or 10261608. OLE color: 10261608.

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

Color convert

RGB 104 148 156 -
CMYK 0.33 0.05 0 0.39
HSL 189.23º 0.21% 0.51% -
HSV(B) 189.23º 0.33% 0.61% -
XYZ 22.3 26.52 35.4 -
YUV 135.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 104 148 156 0.33 0.05 0 0.39 189.23 0.21 0.51
Hex 68 94 9C 21 5 0 27 BD 15 33
Octal 150 224 234 41 5 0 47 275 25 63
Binary 1101000 10010100 10011100 100001 101 0 100111 10111101 10101 110011

Color Harmonies of #68949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68949C

Black with #68949C

Text Example


Text Example

White with #68949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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