Html Css Color HEX #6C8A89 Juniper

📋 copy color: '#6C8A89'

red 108 ◦ green 138 ◦ blue 137

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

Shades of Juniper #6C8A89

Tints of Juniper #6C8A89

RGB

 RED value IS 108 (42.58% from 255) = 28.2%

 GREEN value IS 138 (54.3% from 255) = 36.03%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 28.2%
G = 36.03%
B = 35.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#6C8A89 (or 0x6C8A89) is known color: Juniper. HEX triplet: 6C, 8A and 89. RGB value is (108,138,137). Sum of RGB (Red+Green+Blue) = 108+138+137=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A89 is #937576. Grayscale: #808080. Windows color (decimal): -9663863 or 9013868. OLE color: 9013868.

HSL color Cylindrical-coordinate representation of color #6C8A89: hue angle of 178º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8A89 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 138 137 -
CMYK 0.22 0 0.01 0.46
HSL 178º 0.12% 0.48% -
HSV(B) 178º 0.22% 0.54% -
XYZ 19.79 23.17 27.1 -
YUV 128.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 108 138 137 0.22 0 0.01 0.46 178 0.12 0.48
Hex 6C 8A 89 16 0 1 2E B2 C 30
Octal 154 212 211 26 0 1 56 262 14 60
Binary 1101100 10001010 10001001 10110 0 1 101110 10110010 1100 110000

Color Harmonies of #6C8A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8A89

Black with #6C8A89

Text Example


Text Example

White with #6C8A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,137); }

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

background-color css

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

 a { background-color: rgb(108,138,137); }

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

border-color css

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

 span { border-color: rgb(108,138,137); }

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