Html Css Color HEX #648693 Horizon

📋 copy color: '#648693'

red 100 ◦ green 134 ◦ blue 147

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

Shades of Horizon #648693

Tints of Horizon #648693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 26.25%
G = 35.17%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648693 (or 0x648693) is known color: Horizon. HEX triplet: 64, 86 and 93. RGB value is (100,134,147). Sum of RGB (Red+Green+Blue) = 100+134+147=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #648693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648693 is #9B796C. Grayscale: #7D7D7D. Windows color (decimal): -10189165 or 9668196. OLE color: 9668196.

HSL color Cylindrical-coordinate representation of color #648693: hue angle of 196.6º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648693 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 134 147 -
CMYK 0.32 0.09 0 0.42
HSL 196.6º 0.19% 0.48% -
HSV(B) 196.6º 0.32% 0.58% -
XYZ 19.05 21.87 30.82 -
YUV 125.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 100 134 147 0.32 0.09 0 0.42 196.6 0.19 0.48
Hex 64 86 93 20 9 0 2A C5 13 30
Octal 144 206 223 40 11 0 52 305 23 60
Binary 1100100 10000110 10010011 100000 1001 0 101010 11000101 10011 110000

Color Harmonies of #648693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648693

Black with #648693

Text Example


Text Example

White with #648693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648693; }

 p { color: rgb(100,134,147); }

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

background-color css

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

 a { background-color: rgb(100,134,147); }

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

border-color css

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

 span { border-color: rgb(100,134,147); }

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