Html Css Color HEX #6B9B93 Juniper

📋 copy color: '#6B9B93'

red 107 ◦ green 155 ◦ blue 147

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

Shades of Juniper #6B9B93

Tints of Juniper #6B9B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 26.16%
G = 37.9%
B = 35.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#6B9B93 (or 0x6B9B93) is known color: Juniper. HEX triplet: 6B, 9B and 93. RGB value is (107,155,147). Sum of RGB (Red+Green+Blue) = 107+155+147=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B93 is #94646C. Grayscale: #8B8B8B. Windows color (decimal): -9725037 or 9673579. OLE color: 9673579.

HSL color Cylindrical-coordinate representation of color #6B9B93: hue angle of 170º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B93 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 155 147 -
CMYK 0.31 0 0.05 0.39
HSL 170º 0.19% 0.51% -
HSV(B) 170º 0.31% 0.61% -
XYZ 23.05 28.68 31.92 -
YUV 139.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 107 155 147 0.31 0 0.05 0.39 170 0.19 0.51
Hex 6B 9B 93 1F 0 5 27 AA 13 33
Octal 153 233 223 37 0 5 47 252 23 63
Binary 1101011 10011011 10010011 11111 0 101 100111 10101010 10011 110011

Color Harmonies of #6B9B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B93

Black with #6B9B93

Text Example


Text Example

White with #6B9B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,147); }

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

background-color css

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

 a { background-color: rgb(107,155,147); }

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

border-color css

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

 span { border-color: rgb(107,155,147); }

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