Html Css Color HEX #6C9590 Juniper

📋 copy color: '#6C9590'

red 108 ◦ green 149 ◦ blue 144

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

Shades of Juniper #6C9590

Tints of Juniper #6C9590

RGB

 RED value IS 108 (42.58% from 255) = 26.93%

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 26.93%
G = 37.16%
B = 35.91%

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

#6C9590 (or 0x6C9590) is known color: Juniper. HEX triplet: 6C, 95 and 90. RGB value is (108,149,144). Sum of RGB (Red+Green+Blue) = 108+149+144=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9590 is #936A6F. Grayscale: #888888. Windows color (decimal): -9661040 or 9475436. OLE color: 9475436.

HSL color Cylindrical-coordinate representation of color #6C9590: 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 #6C9590 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 144 -
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.97 26.7 30.38 -
YUV 136.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 108 149 144 0.28 0 0.03 0.42 172.68 0.16 0.5
Hex 6C 95 90 1C 0 3 2A AD 10 32
Octal 154 225 220 34 0 3 52 255 20 62
Binary 1101100 10010101 10010000 11100 0 11 101010 10101101 10000 110010

Color Harmonies of #6C9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9590

Black with #6C9590

Text Example


Text Example

White with #6C9590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,144); }

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

background-color css

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

 a { background-color: rgb(108,149,144); }

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

border-color css

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

 span { border-color: rgb(108,149,144); }

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