Html Css Color HEX #6FA198 Juniper

📋 copy color: '#6FA198'

red 111 ◦ green 161 ◦ blue 152

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

Shades of Juniper #6FA198

Tints of Juniper #6FA198

RGB

 RED value IS 111 (43.75% from 255) = 26.18%

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 26.18%
G = 37.97%
B = 35.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#6FA198 (or 0x6FA198) is known color: Juniper. HEX triplet: 6F, A1 and 98. RGB value is (111,161,152). Sum of RGB (Red+Green+Blue) = 111+161+152=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA198 is #905E67. Grayscale: #919191. Windows color (decimal): -9461352 or 10002799. OLE color: 10002799.

HSL color Cylindrical-coordinate representation of color #6FA198: hue angle of 169.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA198 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 152 -
CMYK 0.31 0 0.06 0.37
HSL 169.2º 0.21% 0.53% -
HSV(B) 169.2º 0.31% 0.63% -
XYZ 24.97 31.14 34.4 -
YUV 145.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 111 161 152 0.31 0 0.06 0.37 169.2 0.21 0.53
Hex 6F A1 98 1F 0 6 25 A9 15 35
Octal 157 241 230 37 0 6 45 251 25 65
Binary 1101111 10100001 10011000 11111 0 110 100101 10101001 10101 110101

Color Harmonies of #6FA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA198

Black with #6FA198

Text Example


Text Example

White with #6FA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,152); }

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

background-color css

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

 a { background-color: rgb(111,161,152); }

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

border-color css

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

 span { border-color: rgb(111,161,152); }

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