Html Css Color HEX #64889C Horizon

📋 copy color: '#64889C'

red 100 ◦ green 136 ◦ blue 156

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

Shades of Horizon #64889C

Tints of Horizon #64889C

RGB

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

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

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

R = 25.51%
G = 34.69%
B = 39.8%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64889C (or 0x64889C) is known color: Horizon. HEX triplet: 64, 88 and 9C. RGB value is (100,136,156). Sum of RGB (Red+Green+Blue) = 100+136+156=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #64889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889C is #9B7763. Grayscale: #7F7F7F. Windows color (decimal): -10188644 or 10258532. OLE color: 10258532.

HSL color Cylindrical-coordinate representation of color #64889C: hue angle of 201.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64889C is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 136 156 -
CMYK 0.36 0.13 0 0.39
HSL 201.43º 0.22% 0.5% -
HSV(B) 201.43º 0.36% 0.61% -
XYZ 20.06 22.72 34.78 -
YUV 127.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 100 136 156 0.36 0.13 0 0.39 201.43 0.22 0.5
Hex 64 88 9C 24 D 0 27 C9 16 32
Octal 144 210 234 44 15 0 47 311 26 62
Binary 1100100 10001000 10011100 100100 1101 0 100111 11001001 10110 110010

Color Harmonies of #64889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64889C

Black with #64889C

Text Example


Text Example

White with #64889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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