Html Css Color HEX #6E9690 Juniper

📋 copy color: '#6E9690'

red 110 ◦ green 150 ◦ blue 144

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

Shades of Juniper #6E9690

Tints of Juniper #6E9690

RGB

 RED value IS 110 (43.36% from 255) = 27.23%

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 27.23%
G = 37.13%
B = 35.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#6E9690 (or 0x6E9690) is known color: Juniper. HEX triplet: 6E, 96 and 90. RGB value is (110,150,144). Sum of RGB (Red+Green+Blue) = 110+150+144=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #6E9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9690 is #91696F. Grayscale: #898989. Windows color (decimal): -9529712 or 9475694. OLE color: 9475694.

HSL color Cylindrical-coordinate representation of color #6E9690: hue angle of 171º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E9690 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 144 -
CMYK 0.27 0 0.04 0.41
HSL 171º 0.16% 0.51% -
HSV(B) 171º 0.27% 0.59% -
XYZ 22.37 27.14 30.45 -
YUV 137.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 110 150 144 0.27 0 0.04 0.41 171 0.16 0.51
Hex 6E 96 90 1B 0 4 29 AB 10 33
Octal 156 226 220 33 0 4 51 253 20 63
Binary 1101110 10010110 10010000 11011 0 100 101001 10101011 10000 110011

Color Harmonies of #6E9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9690

Black with #6E9690

Text Example


Text Example

White with #6E9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9690; }

 p { color: rgb(110,150,144); }

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

background-color css

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

 a { background-color: rgb(110,150,144); }

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

border-color css

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

 span { border-color: rgb(110,150,144); }

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