Html Css Color HEX #679993 Juniper

📋 copy color: '#679993'

red 103 ◦ green 153 ◦ blue 147

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

Shades of Juniper #679993

Tints of Juniper #679993

RGB

 RED value IS 103 (40.63% from 255) = 25.56%

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

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

R = 25.56%
G = 37.97%
B = 36.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#679993 (or 0x679993) is known color: Juniper. HEX triplet: 67, 99 and 93. RGB value is (103,153,147). Sum of RGB (Red+Green+Blue) = 103+153+147=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #679993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679993 is #98666C. Grayscale: #898989. Windows color (decimal): -9987693 or 9673063. OLE color: 9673063.

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

Color convert

RGB 103 153 147 -
CMYK 0.33 0 0.04 0.4
HSL 172.8º 0.2% 0.5% -
HSV(B) 172.8º 0.33% 0.6% -
XYZ 22.25 27.77 31.79 -
YUV 137.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 103 153 147 0.33 0 0.04 0.4 172.8 0.2 0.5
Hex 67 99 93 21 0 4 28 AD 14 32
Octal 147 231 223 41 0 4 50 255 24 62
Binary 1100111 10011001 10010011 100001 0 100 101000 10101101 10100 110010

Color Harmonies of #679993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679993

Black with #679993

Text Example


Text Example

White with #679993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679993; }

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

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

background-color css

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

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

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

border-color css

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

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

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