Html Css Color HEX #6D9496 Juniper

📋 copy color: '#6D9496'

red 109 ◦ green 148 ◦ blue 150

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

Shades of Juniper #6D9496

Tints of Juniper #6D9496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 26.78%
G = 36.36%
B = 36.86%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D9496 (or 0x6D9496) is known color: Juniper. HEX triplet: 6D, 94 and 96. RGB value is (109,148,150). Sum of RGB (Red+Green+Blue) = 109+148+150=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D9496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9496 is #926B69. Grayscale: #888888. Windows color (decimal): -9595754 or 9868397. OLE color: 9868397.

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

Color convert

RGB 109 148 150 -
CMYK 0.27 0.01 0 0.41
HSL 182.93º 0.16% 0.51% -
HSV(B) 182.93º 0.27% 0.59% -
XYZ 22.4 26.63 32.81 -
YUV 136.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 109 148 150 0.27 0.01 0 0.41 182.93 0.16 0.51
Hex 6D 94 96 1B 1 0 29 B7 10 33
Octal 155 224 226 33 1 0 51 267 20 63
Binary 1101101 10010100 10010110 11011 1 0 101001 10110111 10000 110011

Color Harmonies of #6D9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9496

Black with #6D9496

Text Example


Text Example

White with #6D9496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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