Html Css Color HEX #699993 Juniper

📋 copy color: '#699993'

red 105 ◦ green 153 ◦ blue 147

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

Shades of Juniper #699993

Tints of Juniper #699993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 25.93%
G = 37.78%
B = 36.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#699993 (or 0x699993) is known color: Juniper. HEX triplet: 69, 99 and 93. RGB value is (105,153,147). Sum of RGB (Red+Green+Blue) = 105+153+147=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #699993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699993 is #96666C. Grayscale: #898989. Windows color (decimal): -9856621 or 9673065. OLE color: 9673065.

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

Color convert

RGB 105 153 147 -
CMYK 0.31 0 0.04 0.4
HSL 172.5º 0.19% 0.51% -
HSV(B) 172.5º 0.31% 0.6% -
XYZ 22.48 27.89 31.8 -
YUV 137.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 105 153 147 0.31 0 0.04 0.4 172.5 0.19 0.51
Hex 69 99 93 1F 0 4 28 AC 13 33
Octal 151 231 223 37 0 4 50 254 23 63
Binary 1101001 10011001 10010011 11111 0 100 101000 10101100 10011 110011

Color Harmonies of #699993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699993

Black with #699993

Text Example


Text Example

White with #699993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699993; }

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

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

background-color css

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

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

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

border-color css

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

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

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