Html Css Color HEX #6D9690 Juniper

📋 copy color: '#6D9690'

red 109 ◦ green 150 ◦ blue 144

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

Shades of Juniper #6D9690

Tints of Juniper #6D9690

RGB

 RED value IS 109 (42.97% from 255) = 27.05%

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

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

R = 27.05%
G = 37.22%
B = 35.73%

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

#6D9690 (or 0x6D9690) is known color: Juniper. HEX triplet: 6D, 96 and 90. RGB value is (109,150,144). Sum of RGB (Red+Green+Blue) = 109+150+144=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9690 is #92696F. Grayscale: #898989. Windows color (decimal): -9595248 or 9475693. OLE color: 9475693.

HSL color Cylindrical-coordinate representation of color #6D9690: hue angle of 171.22º 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 #6D9690 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 144 -
CMYK 0.27 0 0.04 0.41
HSL 171.22º 0.16% 0.51% -
HSV(B) 171.22º 0.27% 0.59% -
XYZ 22.25 27.08 30.44 -
YUV 137.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 109 150 144 0.27 0 0.04 0.41 171.22 0.16 0.51
Hex 6D 96 90 1B 0 4 29 AB 10 33
Octal 155 226 220 33 0 4 51 253 20 63
Binary 1101101 10010110 10010000 11011 0 100 101001 10101011 10000 110011

Color Harmonies of #6D9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9690

Black with #6D9690

Text Example


Text Example

White with #6D9690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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