Html Css Color HEX #689692 Juniper

📋 copy color: '#689692'

red 104 ◦ green 150 ◦ blue 146

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

Shades of Juniper #689692

Tints of Juniper #689692

RGB

 RED value IS 104 (41.02% from 255) = 26%

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

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

R = 26%
G = 37.5%
B = 36.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#689692 (or 0x689692) is known color: Juniper. HEX triplet: 68, 96 and 92. RGB value is (104,150,146). Sum of RGB (Red+Green+Blue) = 104+150+146=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #689692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689692 is #97696D. Grayscale: #878787. Windows color (decimal): -9922926 or 9606760. OLE color: 9606760.

HSL color Cylindrical-coordinate representation of color #689692: hue angle of 174.78º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689692 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 146 -
CMYK 0.31 0 0.03 0.41
HSL 174.78º 0.18% 0.5% -
HSV(B) 174.78º 0.31% 0.59% -
XYZ 21.8 26.83 31.22 -
YUV 135.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 104 150 146 0.31 0 0.03 0.41 174.78 0.18 0.5
Hex 68 96 92 1F 0 3 29 AF 12 32
Octal 150 226 222 37 0 3 51 257 22 62
Binary 1101000 10010110 10010010 11111 0 11 101001 10101111 10010 110010

Color Harmonies of #689692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689692

Black with #689692

Text Example


Text Example

White with #689692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689692; }

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

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

background-color css

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

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

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

border-color css

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

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

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