Html Css Color HEX #6C9692 Juniper

📋 copy color: '#6C9692'

red 108 ◦ green 150 ◦ blue 146

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

Shades of Juniper #6C9692

Tints of Juniper #6C9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 26.73%
G = 37.13%
B = 36.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#6C9692 (or 0x6C9692) is known color: Juniper. HEX triplet: 6C, 96 and 92. RGB value is (108,150,146). Sum of RGB (Red+Green+Blue) = 108+150+146=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9692 is #93696D. Grayscale: #888888. Windows color (decimal): -9660782 or 9606764. OLE color: 9606764.

HSL color Cylindrical-coordinate representation of color #6C9692: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9692 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 150 146 -
CMYK 0.28 0 0.03 0.41
HSL 174.29º 0.17% 0.51% -
HSV(B) 174.29º 0.28% 0.59% -
XYZ 22.28 27.08 31.25 -
YUV 136.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 108 150 146 0.28 0 0.03 0.41 174.29 0.17 0.51
Hex 6C 96 92 1C 0 3 29 AE 11 33
Octal 154 226 222 34 0 3 51 256 21 63
Binary 1101100 10010110 10010010 11100 0 11 101001 10101110 10001 110011

Color Harmonies of #6C9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9692

Black with #6C9692

Text Example


Text Example

White with #6C9692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,150,146); }

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

background-color css

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

 a { background-color: rgb(108,150,146); }

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

border-color css

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

 span { border-color: rgb(108,150,146); }

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