Html Css Color HEX #689892 Juniper

📋 copy color: '#689892'

red 104 ◦ green 152 ◦ blue 146

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

Shades of Juniper #689892

Tints of Juniper #689892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 25.87%
G = 37.81%
B = 36.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#689892 (or 0x689892) is known color: Juniper. HEX triplet: 68, 98 and 92. RGB value is (104,152,146). Sum of RGB (Red+Green+Blue) = 104+152+146=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #689892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689892 is #97676D. Grayscale: #888888. Windows color (decimal): -9922414 or 9607272. OLE color: 9607272.

HSL color Cylindrical-coordinate representation of color #689892: hue angle of 172.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689892 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 146 -
CMYK 0.32 0 0.04 0.40
HSL 172.5º 0.19% 0.5% -
HSV(B) 172.5º 0.32% 0.6% -
XYZ 22.13 27.47 31.33 -
YUV 136.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 104 152 146 0.32 0 0.04 0.40 172.5 0.19 0.5
Hex 68 98 92 20 0 4 28 AC 13 32
Octal 150 230 222 40 0 4 50 254 23 62
Binary 1101000 10011000 10010010 100000 0 100 101000 10101100 10011 110010

Color Harmonies of #689892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689892

Black with #689892

Text Example


Text Example

White with #689892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689892; }

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

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

background-color css

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

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

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

border-color css

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

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

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