Html Css Color HEX #6C928F Juniper

📋 copy color: '#6C928F'

red 108 ◦ green 146 ◦ blue 143

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

Shades of Juniper #6C928F

Tints of Juniper #6C928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 27.2%
G = 36.78%
B = 36.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#6C928F (or 0x6C928F) is known color: Juniper. HEX triplet: 6C, 92 and 8F. RGB value is (108,146,143). Sum of RGB (Red+Green+Blue) = 108+146+143=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6C928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C928F is #936D70. Grayscale: #868686. Windows color (decimal): -9661809 or 9409132. OLE color: 9409132.

HSL color Cylindrical-coordinate representation of color #6C928F: hue angle of 175.26º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C928F is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 146 143 -
CMYK 0.26 0 0.02 0.43
HSL 175.26º 0.15% 0.5% -
HSV(B) 175.26º 0.26% 0.57% -
XYZ 21.42 25.73 29.82 -
YUV 134.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 108 146 143 0.26 0 0.02 0.43 175.26 0.15 0.5
Hex 6C 92 8F 1A 0 2 2B AF F 32
Octal 154 222 217 32 0 2 53 257 17 62
Binary 1101100 10010010 10001111 11010 0 10 101011 10101111 1111 110010

Color Harmonies of #6C928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C928F

Black with #6C928F

Text Example


Text Example

White with #6C928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,146,143); }

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

background-color css

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

 a { background-color: rgb(108,146,143); }

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

border-color css

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

 span { border-color: rgb(108,146,143); }

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