Html Css Color HEX #648D9E Horizon

📋 copy color: '#648D9E'

red 100 ◦ green 141 ◦ blue 158

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

Shades of Horizon #648D9E

Tints of Horizon #648D9E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 25.06%
G = 35.34%
B = 39.6%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#648D9E (or 0x648D9E) is known color: Horizon. HEX triplet: 64, 8D and 9E. RGB value is (100,141,158). Sum of RGB (Red+Green+Blue) = 100+141+158=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #648D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D9E is #9B7261. Grayscale: #828282. Windows color (decimal): -10187362 or 10390884. OLE color: 10390884.

HSL color Cylindrical-coordinate representation of color #648D9E: hue angle of 197.59º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #648D9E is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 141 158 -
CMYK 0.37 0.11 0 0.38
HSL 197.59º 0.23% 0.51% -
HSV(B) 197.59º 0.37% 0.62% -
XYZ 20.95 24.23 35.92 -
YUV 130.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 100 141 158 0.37 0.11 0 0.38 197.59 0.23 0.51
Hex 64 8D 9E 25 B 0 26 C6 17 33
Octal 144 215 236 45 13 0 46 306 27 63
Binary 1100100 10001101 10011110 100101 1011 0 100110 11000110 10111 110011

Color Harmonies of #648D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D9E

Black with #648D9E

Text Example


Text Example

White with #648D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,141,158); }

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

background-color css

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

 a { background-color: rgb(100,141,158); }

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

border-color css

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

 span { border-color: rgb(100,141,158); }

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