Html Css Color HEX #64889A Horizon

📋 copy color: '#64889A'

red 100 ◦ green 136 ◦ blue 154

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

Shades of Horizon #64889A

Tints of Horizon #64889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 25.64%
G = 34.87%
B = 39.49%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64889A (or 0x64889A) is known color: Horizon. HEX triplet: 64, 88 and 9A. RGB value is (100,136,154). Sum of RGB (Red+Green+Blue) = 100+136+154=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #64889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889A is #9B7765. Grayscale: #7F7F7F. Windows color (decimal): -10188646 or 10127460. OLE color: 10127460.

HSL color Cylindrical-coordinate representation of color #64889A: hue angle of 200º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64889A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 136 154 -
CMYK 0.35 0.12 0 0.40
HSL 200º 0.21% 0.5% -
HSV(B) 200º 0.35% 0.6% -
XYZ 19.89 22.65 33.9 -
YUV 127.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 100 136 154 0.35 0.12 0 0.40 200 0.21 0.5
Hex 64 88 9A 23 C 0 28 C8 15 32
Octal 144 210 232 43 14 0 50 310 25 62
Binary 1100100 10001000 10011010 100011 1100 0 101000 11001000 10101 110010

Color Harmonies of #64889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64889A

Black with #64889A

Text Example


Text Example

White with #64889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64889A; }

 p { color: rgb(100,136,154); }

 H1.HeaderClassName
 {
   color: #64889A;
 }
 .AnyTagClassName
 {
   color: #64889A;
 }
</style>

background-color css

<style>
 a { background-color: #64889A; }

 a { background-color: rgb(100,136,154); }

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

border-color css

<style>
 span { border-color: #64889A; }

 span { border-color: rgb(100,136,154); }

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