Html Css Color HEX #6D908D Juniper

📋 copy color: '#6D908D'

red 109 ◦ green 144 ◦ blue 141

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

Shades of Juniper #6D908D

Tints of Juniper #6D908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 27.66%
G = 36.55%
B = 35.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#6D908D (or 0x6D908D) is known color: Juniper. HEX triplet: 6D, 90 and 8D. RGB value is (109,144,141). Sum of RGB (Red+Green+Blue) = 109+144+141=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #6D908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D908D is #926F72. Grayscale: #858585. Windows color (decimal): -9596787 or 9277549. OLE color: 9277549.

HSL color Cylindrical-coordinate representation of color #6D908D: hue angle of 174.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D908D is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 141 -
CMYK 0.24 0 0.02 0.44
HSL 174.86º 0.14% 0.5% -
HSV(B) 174.86º 0.24% 0.56% -
XYZ 21.09 25.12 28.94 -
YUV 133.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 109 144 141 0.24 0 0.02 0.44 174.86 0.14 0.5
Hex 6D 90 8D 18 0 2 2C AF E 32
Octal 155 220 215 30 0 2 54 257 16 62
Binary 1101101 10010000 10001101 11000 0 10 101100 10101111 1110 110010

Color Harmonies of #6D908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D908D

Black with #6D908D

Text Example


Text Example

White with #6D908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,141); }

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

background-color css

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

 a { background-color: rgb(109,144,141); }

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

border-color css

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

 span { border-color: rgb(109,144,141); }

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