Html Css Color HEX #648690 Horizon

📋 copy color: '#648690'

red 100 ◦ green 134 ◦ blue 144

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

Shades of Horizon #648690

Tints of Horizon #648690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 26.46%
G = 35.45%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#648690 (or 0x648690) is known color: Horizon. HEX triplet: 64, 86 and 90. RGB value is (100,134,144). Sum of RGB (Red+Green+Blue) = 100+134+144=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #648690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648690 is #9B796F. Grayscale: #7C7C7C. Windows color (decimal): -10189168 or 9471588. OLE color: 9471588.

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

Color convert

RGB 100 134 144 -
CMYK 0.31 0.07 0 0.44
HSL 193.64º 0.18% 0.48% -
HSV(B) 193.64º 0.31% 0.56% -
XYZ 18.81 21.77 29.6 -
YUV 124.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 100 134 144 0.31 0.07 0 0.44 193.64 0.18 0.48
Hex 64 86 90 1F 7 0 2C C2 12 30
Octal 144 206 220 37 7 0 54 302 22 60
Binary 1100100 10000110 10010000 11111 111 0 101100 11000010 10010 110000

Color Harmonies of #648690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648690

Black with #648690

Text Example


Text Example

White with #648690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648690; }

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

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

background-color css

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

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

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

border-color css

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

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

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