Html Css Color HEX #699C94 Juniper

📋 copy color: '#699C94'

red 105 ◦ green 156 ◦ blue 148

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

Shades of Juniper #699C94

Tints of Juniper #699C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 25.67%
G = 38.14%
B = 36.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#699C94 (or 0x699C94) is known color: Juniper. HEX triplet: 69, 9C and 94. RGB value is (105,156,148). Sum of RGB (Red+Green+Blue) = 105+156+148=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #699C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C94 is #96636B. Grayscale: #8B8B8B. Windows color (decimal): -9855852 or 9739369. OLE color: 9739369.

HSL color Cylindrical-coordinate representation of color #699C94: hue angle of 170.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C94 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 148 -
CMYK 0.33 0 0.05 0.39
HSL 170.59º 0.2% 0.51% -
HSV(B) 170.59º 0.33% 0.61% -
XYZ 23.06 28.92 32.38 -
YUV 139.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 105 156 148 0.33 0 0.05 0.39 170.59 0.2 0.51
Hex 69 9C 94 21 0 5 27 AB 14 33
Octal 151 234 224 41 0 5 47 253 24 63
Binary 1101001 10011100 10010100 100001 0 101 100111 10101011 10100 110011

Color Harmonies of #699C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C94

Black with #699C94

Text Example


Text Example

White with #699C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699C94; }

 p { color: rgb(105,156,148); }

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

background-color css

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

 a { background-color: rgb(105,156,148); }

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

border-color css

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

 span { border-color: rgb(105,156,148); }

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