Html Css Color HEX #6A9E96 Juniper

📋 copy color: '#6A9E96'

red 106 ◦ green 158 ◦ blue 150

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

Shades of Juniper #6A9E96

Tints of Juniper #6A9E96

RGB

 RED value IS 106 (41.8% from 255) = 25.6%

 GREEN value IS 158 (62.11% from 255) = 38.16%

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

R = 25.6%
G = 38.16%
B = 36.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#6A9E96 (or 0x6A9E96) is known color: Juniper. HEX triplet: 6A, 9E and 96. RGB value is (106,158,150). Sum of RGB (Red+Green+Blue) = 106+158+150=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9E96 is #956169. Grayscale: #8D8D8D. Windows color (decimal): -9789802 or 9870954. OLE color: 9870954.

HSL color Cylindrical-coordinate representation of color #6A9E96: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9E96 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 158 150 -
CMYK 0.33 0 0.05 0.38
HSL 170.77º 0.21% 0.52% -
HSV(B) 170.77º 0.33% 0.62% -
XYZ 23.68 29.72 33.34 -
YUV 141.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 106 158 150 0.33 0 0.05 0.38 170.77 0.21 0.52
Hex 6A 9E 96 21 0 5 26 AB 15 34
Octal 152 236 226 41 0 5 46 253 25 64
Binary 1101010 10011110 10010110 100001 0 101 100110 10101011 10101 110100

Color Harmonies of #6A9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9E96

Black with #6A9E96

Text Example


Text Example

White with #6A9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,158,150); }

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

background-color css

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

 a { background-color: rgb(106,158,150); }

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

border-color css

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

 span { border-color: rgb(106,158,150); }

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