Html Css Color HEX #648A93 Horizon

📋 copy color: '#648A93'

red 100 ◦ green 138 ◦ blue 147

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

Shades of Horizon #648A93

Tints of Horizon #648A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

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

R = 25.97%
G = 35.84%
B = 38.18%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648A93 (or 0x648A93) is known color: Horizon. HEX triplet: 64, 8A and 93. RGB value is (100,138,147). Sum of RGB (Red+Green+Blue) = 100+138+147=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #648A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A93 is #9B756C. Grayscale: #7F7F7F. Windows color (decimal): -10188141 or 9669220. OLE color: 9669220.

HSL color Cylindrical-coordinate representation of color #648A93: hue angle of 191.49º 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 #648A93 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 138 147 -
CMYK 0.32 0.06 0 0.42
HSL 191.49º 0.19% 0.48% -
HSV(B) 191.49º 0.32% 0.58% -
XYZ 19.61 22.99 31.01 -
YUV 127.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 100 138 147 0.32 0.06 0 0.42 191.49 0.19 0.48
Hex 64 8A 93 20 6 0 2A BF 13 30
Octal 144 212 223 40 6 0 52 277 23 60
Binary 1100100 10001010 10010011 100000 110 0 101010 10111111 10011 110000

Color Harmonies of #648A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A93

Black with #648A93

Text Example


Text Example

White with #648A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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