Html Css Color HEX #6B8C8B Juniper

📋 copy color: '#6B8C8B'

red 107 ◦ green 140 ◦ blue 139

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

Shades of Juniper #6B8C8B

Tints of Juniper #6B8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 27.72%
G = 36.27%
B = 36.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#6B8C8B (or 0x6B8C8B) is known color: Juniper. HEX triplet: 6B, 8C and 8B. RGB value is (107,140,139). Sum of RGB (Red+Green+Blue) = 107+140+139=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8C8B is #947374. Grayscale: #818181. Windows color (decimal): -9728885 or 9145451. OLE color: 9145451.

HSL color Cylindrical-coordinate representation of color #6B8C8B: hue angle of 178.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8C8B is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 140 139 -
CMYK 0.24 0 0.01 0.45
HSL 178.18º 0.13% 0.48% -
HSV(B) 178.18º 0.24% 0.55% -
XYZ 20.1 23.75 27.95 -
YUV 130.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 107 140 139 0.24 0 0.01 0.45 178.18 0.13 0.48
Hex 6B 8C 8B 18 0 1 2D B2 D 30
Octal 153 214 213 30 0 1 55 262 15 60
Binary 1101011 10001100 10001011 11000 0 1 101101 10110010 1101 110000

Color Harmonies of #6B8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8C8B

Black with #6B8C8B

Text Example


Text Example

White with #6B8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,139); }

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

background-color css

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

 a { background-color: rgb(107,140,139); }

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

border-color css

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

 span { border-color: rgb(107,140,139); }

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