Html Css Color HEX #64828E Horizon

📋 copy color: '#64828E'

red 100 ◦ green 130 ◦ blue 142

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

Shades of Horizon #64828E

Tints of Horizon #64828E

RGB

 RED value IS 100 (39.45% from 255) = 26.88%

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 26.88%
G = 34.95%
B = 38.17%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64828E (or 0x64828E) is known color: Horizon. HEX triplet: 64, 82 and 8E. RGB value is (100,130,142). Sum of RGB (Red+Green+Blue) = 100+130+142=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #64828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828E is #9B7D71. Grayscale: #7A7A7A. Windows color (decimal): -10190194 or 9339492. OLE color: 9339492.

HSL color Cylindrical-coordinate representation of color #64828E: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64828E is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 130 142 -
CMYK 0.30 0.08 0 0.44
HSL 197.14º 0.17% 0.47% -
HSV(B) 197.14º 0.3% 0.56% -
XYZ 18.12 20.63 28.62 -
YUV 122.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 100 130 142 0.30 0.08 0 0.44 197.14 0.17 0.47
Hex 64 82 8E 1E 8 0 2C C5 11 2F
Octal 144 202 216 36 10 0 54 305 21 57
Binary 1100100 10000010 10001110 11110 1000 0 101100 11000101 10001 101111

Color Harmonies of #64828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64828E

Black with #64828E

Text Example


Text Example

White with #64828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64828E; }

 p { color: rgb(100,130,142); }

 H1.HeaderClassName
 {
   color: #64828E;
 }
 .AnyTagClassName
 {
   color: #64828E;
 }
</style>

background-color css

<style>
 a { background-color: #64828E; }

 a { background-color: rgb(100,130,142); }

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

border-color css

<style>
 span { border-color: #64828E; }

 span { border-color: rgb(100,130,142); }

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