Html Css Color HEX #6B8B8A Juniper

📋 copy color: '#6B8B8A'

red 107 ◦ green 139 ◦ blue 138

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

Shades of Juniper #6B8B8A

Tints of Juniper #6B8B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 27.86%
G = 36.2%
B = 35.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#6B8B8A (or 0x6B8B8A) is known color: Juniper. HEX triplet: 6B, 8B and 8A. RGB value is (107,139,138). Sum of RGB (Red+Green+Blue) = 107+139+138=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B8A is #947475. Grayscale: #818181. Windows color (decimal): -9729142 or 9079659. OLE color: 9079659.

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

Color convert

RGB 107 139 138 -
CMYK 0.23 0 0.01 0.45
HSL 178.13º 0.13% 0.48% -
HSV(B) 178.13º 0.23% 0.55% -
XYZ 19.88 23.43 27.52 -
YUV 129.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 107 139 138 0.23 0 0.01 0.45 178.13 0.13 0.48
Hex 6B 8B 8A 17 0 1 2D B2 D 30
Octal 153 213 212 27 0 1 55 262 15 60
Binary 1101011 10001011 10001010 10111 0 1 101101 10110010 1101 110000

Color Harmonies of #6B8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B8A

Black with #6B8B8A

Text Example


Text Example

White with #6B8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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