Html Css Color HEX #699893 Juniper

📋 copy color: '#699893'

red 105 ◦ green 152 ◦ blue 147

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

Shades of Juniper #699893

Tints of Juniper #699893

RGB

 RED value IS 105 (41.41% from 255) = 25.99%

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 25.99%
G = 37.62%
B = 36.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#699893 (or 0x699893) is known color: Juniper. HEX triplet: 69, 98 and 93. RGB value is (105,152,147). Sum of RGB (Red+Green+Blue) = 105+152+147=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #699893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699893 is #96676C. Grayscale: #898989. Windows color (decimal): -9856877 or 9672809. OLE color: 9672809.

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

Color convert

RGB 105 152 147 -
CMYK 0.31 0 0.03 0.40
HSL 173.62º 0.19% 0.5% -
HSV(B) 173.62º 0.31% 0.6% -
XYZ 22.32 27.57 31.75 -
YUV 137.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 105 152 147 0.31 0 0.03 0.40 173.62 0.19 0.5
Hex 69 98 93 1F 0 3 28 AE 13 32
Octal 151 230 223 37 0 3 50 256 23 62
Binary 1101001 10011000 10010011 11111 0 11 101000 10101110 10011 110010

Color Harmonies of #699893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699893

Black with #699893

Text Example


Text Example

White with #699893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699893; }

 p { color: rgb(105,152,147); }

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

background-color css

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

 a { background-color: rgb(105,152,147); }

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

border-color css

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

 span { border-color: rgb(105,152,147); }

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