Html Css Color HEX #6B9D98 Juniper

📋 copy color: '#6B9D98'

red 107 ◦ green 157 ◦ blue 152

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

Shades of Juniper #6B9D98

Tints of Juniper #6B9D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 25.72%
G = 37.74%
B = 36.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#6B9D98 (or 0x6B9D98) is known color: Juniper. HEX triplet: 6B, 9D and 98. RGB value is (107,157,152). Sum of RGB (Red+Green+Blue) = 107+157+152=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9D98 is #946267. Grayscale: #8D8D8D. Windows color (decimal): -9724520 or 10001771. OLE color: 10001771.

HSL color Cylindrical-coordinate representation of color #6B9D98: hue angle of 174º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9D98 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 157 152 -
CMYK 0.32 0 0.03 0.38
HSL 174º 0.2% 0.52% -
HSV(B) 174º 0.32% 0.62% -
XYZ 23.79 29.51 34.15 -
YUV 141.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 107 157 152 0.32 0 0.03 0.38 174 0.2 0.52
Hex 6B 9D 98 20 0 3 26 AE 14 34
Octal 153 235 230 40 0 3 46 256 24 64
Binary 1101011 10011101 10011000 100000 0 11 100110 10101110 10100 110100

Color Harmonies of #6B9D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9D98

Black with #6B9D98

Text Example


Text Example

White with #6B9D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,157,152); }

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

background-color css

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

 a { background-color: rgb(107,157,152); }

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

border-color css

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

 span { border-color: rgb(107,157,152); }

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