Html Css Color HEX #64838F Horizon

📋 copy color: '#64838F'

red 100 ◦ green 131 ◦ blue 143

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

Shades of Horizon #64838F

Tints of Horizon #64838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 26.74%
G = 35.03%
B = 38.24%

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

#64838F (or 0x64838F) is known color: Horizon. HEX triplet: 64, 83 and 8F. RGB value is (100,131,143). Sum of RGB (Red+Green+Blue) = 100+131+143=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #64838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838F is #9B7C70. Grayscale: #7B7B7B. Windows color (decimal): -10189937 or 9405284. OLE color: 9405284.

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

Color convert

RGB 100 131 143 -
CMYK 0.30 0.08 0 0.44
HSL 196.74º 0.18% 0.48% -
HSV(B) 196.74º 0.3% 0.56% -
XYZ 18.33 20.93 29.06 -
YUV 123.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 100 131 143 0.30 0.08 0 0.44 196.74 0.18 0.48
Hex 64 83 8F 1E 8 0 2C C5 12 30
Octal 144 203 217 36 10 0 54 305 22 60
Binary 1100100 10000011 10001111 11110 1000 0 101100 11000101 10010 110000

Color Harmonies of #64838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64838F

Black with #64838F

Text Example


Text Example

White with #64838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64838F; }

 p { color: rgb(100,131,143); }

 H1.HeaderClassName
 {
   color: #64838F;
 }
 .AnyTagClassName
 {
   color: #64838F;
 }
</style>

background-color css

<style>
 a { background-color: #64838F; }

 a { background-color: rgb(100,131,143); }

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

border-color css

<style>
 span { border-color: #64838F; }

 span { border-color: rgb(100,131,143); }

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