Html Css Color HEX #6B948F Juniper

📋 copy color: '#6B948F'

red 107 ◦ green 148 ◦ blue 143

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

Shades of Juniper #6B948F

Tints of Juniper #6B948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

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

R = 26.88%
G = 37.19%
B = 35.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6B948F (or 0x6B948F) is known color: Juniper. HEX triplet: 6B, 94 and 8F. RGB value is (107,148,143). Sum of RGB (Red+Green+Blue) = 107+148+143=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #6B948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B948F is #946B70. Grayscale: #878787. Windows color (decimal): -9726833 or 9409643. OLE color: 9409643.

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

Color convert

RGB 107 148 143 -
CMYK 0.28 0 0.03 0.42
HSL 172.68º 0.16% 0.5% -
HSV(B) 172.68º 0.28% 0.58% -
XYZ 21.61 26.29 29.92 -
YUV 135.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 107 148 143 0.28 0 0.03 0.42 172.68 0.16 0.5
Hex 6B 94 8F 1C 0 3 2A AD 10 32
Octal 153 224 217 34 0 3 52 255 20 62
Binary 1101011 10010100 10001111 11100 0 11 101010 10101101 10000 110010

Color Harmonies of #6B948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B948F

Black with #6B948F

Text Example


Text Example

White with #6B948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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