Html Css Color HEX #6D9996 Juniper

📋 copy color: '#6D9996'

red 109 ◦ green 153 ◦ blue 150

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

Shades of Juniper #6D9996

Tints of Juniper #6D9996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 26.46%
G = 37.14%
B = 36.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#6D9996 (or 0x6D9996) is known color: Juniper. HEX triplet: 6D, 99 and 96. RGB value is (109,153,150). Sum of RGB (Red+Green+Blue) = 109+153+150=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9996 is #926669. Grayscale: #8B8B8B. Windows color (decimal): -9594474 or 9869677. OLE color: 9869677.

HSL color Cylindrical-coordinate representation of color #6D9996: hue angle of 175.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9996 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 153 150 -
CMYK 0.29 0 0.02 0.4
HSL 175.91º 0.18% 0.51% -
HSV(B) 175.91º 0.29% 0.6% -
XYZ 23.2 28.24 33.08 -
YUV 139.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 109 153 150 0.29 0 0.02 0.4 175.91 0.18 0.51
Hex 6D 99 96 1D 0 2 28 B0 12 33
Octal 155 231 226 35 0 2 50 260 22 63
Binary 1101101 10011001 10010110 11101 0 10 101000 10110000 10010 110011

Color Harmonies of #6D9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9996

Black with #6D9996

Text Example


Text Example

White with #6D9996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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