Html Css Color HEX #6B938F Juniper

📋 copy color: '#6B938F'

red 107 ◦ green 147 ◦ blue 143

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

Shades of Juniper #6B938F

Tints of Juniper #6B938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 26.95%
G = 37.03%
B = 36.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6B938F (or 0x6B938F) is known color: Juniper. HEX triplet: 6B, 93 and 8F. RGB value is (107,147,143). Sum of RGB (Red+Green+Blue) = 107+147+143=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #6B938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B938F is #946C70. Grayscale: #868686. Windows color (decimal): -9727089 or 9409387. OLE color: 9409387.

HSL color Cylindrical-coordinate representation of color #6B938F: hue angle of 174º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B938F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 147 143 -
CMYK 0.27 0 0.03 0.42
HSL 174º 0.16% 0.5% -
HSV(B) 174º 0.27% 0.58% -
XYZ 21.46 25.98 29.87 -
YUV 134.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 107 147 143 0.27 0 0.03 0.42 174 0.16 0.5
Hex 6B 93 8F 1B 0 3 2A AE 10 32
Octal 153 223 217 33 0 3 52 256 20 62
Binary 1101011 10010011 10001111 11011 0 11 101010 10101110 10000 110010

Color Harmonies of #6B938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B938F

Black with #6B938F

Text Example


Text Example

White with #6B938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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