Html Css Color HEX #6C9496 Juniper

📋 copy color: '#6C9496'

red 108 ◦ green 148 ◦ blue 150

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

Shades of Juniper #6C9496

Tints of Juniper #6C9496

RGB

 RED value IS 108 (42.58% from 255) = 26.6%

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

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

R = 26.6%
G = 36.45%
B = 36.95%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C9496 (or 0x6C9496) is known color: Juniper. HEX triplet: 6C, 94 and 96. RGB value is (108,148,150). Sum of RGB (Red+Green+Blue) = 108+148+150=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C9496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9496 is #936B69. Grayscale: #888888. Windows color (decimal): -9661290 or 9868396. OLE color: 9868396.

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

Color convert

RGB 108 148 150 -
CMYK 0.28 0.01 0 0.41
HSL 182.86º 0.17% 0.51% -
HSV(B) 182.86º 0.28% 0.59% -
XYZ 22.28 26.57 32.81 -
YUV 136.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 108 148 150 0.28 0.01 0 0.41 182.86 0.17 0.51
Hex 6C 94 96 1C 1 0 29 B7 11 33
Octal 154 224 226 34 1 0 51 267 21 63
Binary 1101100 10010100 10010110 11100 1 0 101001 10110111 10001 110011

Color Harmonies of #6C9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9496

Black with #6C9496

Text Example


Text Example

White with #6C9496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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