Html Css Color HEX #68919B Horizon

📋 copy color: '#68919B'

red 104 ◦ green 145 ◦ blue 155

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

Shades of Horizon #68919B

Tints of Horizon #68919B

RGB

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

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

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

R = 25.74%
G = 35.89%
B = 38.37%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68919B (or 0x68919B) is known color: Horizon. HEX triplet: 68, 91 and 9B. RGB value is (104,145,155). Sum of RGB (Red+Green+Blue) = 104+145+155=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #68919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68919B is #976E64. Grayscale: #858585. Windows color (decimal): -9924197 or 10195304. OLE color: 10195304.

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

Color convert

RGB 104 145 155 -
CMYK 0.33 0.06 0 0.39
HSL 191.76º 0.2% 0.51% -
HSV(B) 191.76º 0.33% 0.61% -
XYZ 21.75 25.56 34.8 -
YUV 133.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 104 145 155 0.33 0.06 0 0.39 191.76 0.2 0.51
Hex 68 91 9B 21 6 0 27 C0 14 33
Octal 150 221 233 41 6 0 47 300 24 63
Binary 1101000 10010001 10011011 100001 110 0 100111 11000000 10100 110011

Color Harmonies of #68919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68919B

Black with #68919B

Text Example


Text Example

White with #68919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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