Html Css Color HEX #648A9D Horizon

📋 copy color: '#648A9D'

red 100 ◦ green 138 ◦ blue 157

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

Shades of Horizon #648A9D

Tints of Horizon #648A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 25.32%
G = 34.94%
B = 39.75%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#648A9D (or 0x648A9D) is known color: Horizon. HEX triplet: 64, 8A and 9D. RGB value is (100,138,157). Sum of RGB (Red+Green+Blue) = 100+138+157=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #648A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A9D is #9B7562. Grayscale: #808080. Windows color (decimal): -10188131 or 10324580. OLE color: 10324580.

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

Color convert

RGB 100 138 157 -
CMYK 0.36 0.12 0 0.38
HSL 200º 0.23% 0.5% -
HSV(B) 200º 0.36% 0.62% -
XYZ 20.43 23.32 35.32 -
YUV 128.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 100 138 157 0.36 0.12 0 0.38 200 0.23 0.5
Hex 64 8A 9D 24 C 0 26 C8 17 32
Octal 144 212 235 44 14 0 46 310 27 62
Binary 1100100 10001010 10011101 100100 1100 0 100110 11001000 10111 110010

Color Harmonies of #648A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A9D

Black with #648A9D

Text Example


Text Example

White with #648A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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