Html Css Color HEX #6B9692 Juniper

📋 copy color: '#6B9692'

red 107 ◦ green 150 ◦ blue 146

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

Shades of Juniper #6B9692

Tints of Juniper #6B9692

RGB

 RED value IS 107 (42.19% from 255) = 26.55%

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 26.55%
G = 37.22%
B = 36.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#6B9692 (or 0x6B9692) is known color: Juniper. HEX triplet: 6B, 96 and 92. RGB value is (107,150,146). Sum of RGB (Red+Green+Blue) = 107+150+146=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9692 is #94696D. Grayscale: #888888. Windows color (decimal): -9726318 or 9606763. OLE color: 9606763.

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

Color convert

RGB 107 150 146 -
CMYK 0.29 0 0.03 0.41
HSL 174.42º 0.17% 0.5% -
HSV(B) 174.42º 0.29% 0.59% -
XYZ 22.16 27.01 31.24 -
YUV 136.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 107 150 146 0.29 0 0.03 0.41 174.42 0.17 0.5
Hex 6B 96 92 1D 0 3 29 AE 11 32
Octal 153 226 222 35 0 3 51 256 21 62
Binary 1101011 10010110 10010010 11101 0 11 101001 10101110 10001 110010

Color Harmonies of #6B9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9692

Black with #6B9692

Text Example


Text Example

White with #6B9692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,146); }

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

background-color css

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

 a { background-color: rgb(107,150,146); }

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

border-color css

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

 span { border-color: rgb(107,150,146); }

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