Html Css Color HEX #68909B Horizon

📋 copy color: '#68909B'

red 104 ◦ green 144 ◦ blue 155

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

Shades of Horizon #68909B

Tints of Horizon #68909B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 25.81%
G = 35.73%
B = 38.46%

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

#68909B (or 0x68909B) is known color: Horizon. HEX triplet: 68, 90 and 9B. RGB value is (104,144,155). Sum of RGB (Red+Green+Blue) = 104+144+155=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #68909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68909B is #976F64. Grayscale: #858585. Windows color (decimal): -9924453 or 10195048. OLE color: 10195048.

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

Color convert

RGB 104 144 155 -
CMYK 0.33 0.07 0 0.39
HSL 192.94º 0.2% 0.51% -
HSV(B) 192.94º 0.33% 0.61% -
XYZ 21.6 25.26 34.75 -
YUV 133.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 104 144 155 0.33 0.07 0 0.39 192.94 0.2 0.51
Hex 68 90 9B 21 7 0 27 C1 14 33
Octal 150 220 233 41 7 0 47 301 24 63
Binary 1101000 10010000 10011011 100001 111 0 100111 11000001 10100 110011

Color Harmonies of #68909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68909B

Black with #68909B

Text Example


Text Example

White with #68909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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