Html Css Color HEX #6DA198 Juniper

📋 copy color: '#6DA198'

red 109 ◦ green 161 ◦ blue 152

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

Shades of Juniper #6DA198

Tints of Juniper #6DA198

RGB

 RED value IS 109 (42.97% from 255) = 25.83%

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

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

R = 25.83%
G = 38.15%
B = 36.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#6DA198 (or 0x6DA198) is known color: Juniper. HEX triplet: 6D, A1 and 98. RGB value is (109,161,152). Sum of RGB (Red+Green+Blue) = 109+161+152=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA198 is #925E67. Grayscale: #909090. Windows color (decimal): -9592424 or 10002797. OLE color: 10002797.

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

Color convert

RGB 109 161 152 -
CMYK 0.32 0 0.06 0.37
HSL 169.62º 0.22% 0.53% -
HSV(B) 169.62º 0.32% 0.63% -
XYZ 24.72 31.01 34.39 -
YUV 144.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 109 161 152 0.32 0 0.06 0.37 169.62 0.22 0.53
Hex 6D A1 98 20 0 6 25 AA 16 35
Octal 155 241 230 40 0 6 45 252 26 65
Binary 1101101 10100001 10011000 100000 0 110 100101 10101010 10110 110101

Color Harmonies of #6DA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA198

Black with #6DA198

Text Example


Text Example

White with #6DA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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