Html Css Color HEX #649893 Juniper

📋 copy color: '#649893'

red 100 ◦ green 152 ◦ blue 147

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

Shades of Juniper #649893

Tints of Juniper #649893

RGB

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

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

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

R = 25.06%
G = 38.1%
B = 36.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#649893 (or 0x649893) is known color: Juniper. HEX triplet: 64, 98 and 93. RGB value is (100,152,147). Sum of RGB (Red+Green+Blue) = 100+152+147=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #649893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649893 is #9B676C. Grayscale: #878787. Windows color (decimal): -10184557 or 9672804. OLE color: 9672804.

HSL color Cylindrical-coordinate representation of color #649893: hue angle of 174.23º 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 #649893 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 147 -
CMYK 0.34 0 0.03 0.40
HSL 174.23º 0.21% 0.49% -
HSV(B) 174.23º 0.34% 0.6% -
XYZ 21.75 27.27 31.72 -
YUV 135.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 100 152 147 0.34 0 0.03 0.40 174.23 0.21 0.49
Hex 64 98 93 22 0 3 28 AE 15 31
Octal 144 230 223 42 0 3 50 256 25 61
Binary 1100100 10011000 10010011 100010 0 11 101000 10101110 10101 110001

Color Harmonies of #649893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649893

Black with #649893

Text Example


Text Example

White with #649893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649893; }

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

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

background-color css

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

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

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

border-color css

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

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

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