Html Css Color HEX #649892 Juniper

📋 copy color: '#649892'

red 100 ◦ green 152 ◦ blue 146

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

Shades of Juniper #649892

Tints of Juniper #649892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 25.13%
G = 38.19%
B = 36.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#649892 (or 0x649892) is known color: Juniper. HEX triplet: 64, 98 and 92. RGB value is (100,152,146). Sum of RGB (Red+Green+Blue) = 100+152+146=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #649892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649892 is #9B676D. Grayscale: #878787. Windows color (decimal): -10184558 or 9607268. OLE color: 9607268.

HSL color Cylindrical-coordinate representation of color #649892: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649892 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 146 -
CMYK 0.34 0 0.04 0.40
HSL 173.08º 0.21% 0.49% -
HSV(B) 173.08º 0.34% 0.6% -
XYZ 21.67 27.24 31.31 -
YUV 135.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 100 152 146 0.34 0 0.04 0.40 173.08 0.21 0.49
Hex 64 98 92 22 0 4 28 AD 15 31
Octal 144 230 222 42 0 4 50 255 25 61
Binary 1100100 10011000 10010010 100010 0 100 101000 10101101 10101 110001

Color Harmonies of #649892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649892

Black with #649892

Text Example


Text Example

White with #649892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649892; }

 p { color: rgb(100,152,146); }

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

background-color css

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

 a { background-color: rgb(100,152,146); }

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

border-color css

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

 span { border-color: rgb(100,152,146); }

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