Html Css Color HEX #639692 Juniper

📋 copy color: '#639692'

red 99 ◦ green 150 ◦ blue 146

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

Shades of Juniper #639692

Tints of Juniper #639692

RGB

 RED value IS 99 (39.06% from 255) = 25.06%

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 25.06%
G = 37.97%
B = 36.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#639692 (or 0x639692) is known color: Juniper. HEX triplet: 63, 96 and 92. RGB value is (99,150,146). Sum of RGB (Red+Green+Blue) = 99+150+146=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #639692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639692 is #9C696D. Grayscale: #868686. Windows color (decimal): -10250606 or 9606755. OLE color: 9606755.

HSL color Cylindrical-coordinate representation of color #639692: hue angle of 175.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639692 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 146 -
CMYK 0.34 0 0.03 0.41
HSL 175.29º 0.2% 0.49% -
HSV(B) 175.29º 0.34% 0.59% -
XYZ 21.24 26.54 31.2 -
YUV 134.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 99 150 146 0.34 0 0.03 0.41 175.29 0.2 0.49
Hex 63 96 92 22 0 3 29 AF 14 31
Octal 143 226 222 42 0 3 51 257 24 61
Binary 1100011 10010110 10010010 100010 0 11 101001 10101111 10100 110001

Color Harmonies of #639692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639692

Black with #639692

Text Example


Text Example

White with #639692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639692; }

 p { color: rgb(99,150,146); }

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

background-color css

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

 a { background-color: rgb(99,150,146); }

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

border-color css

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

 span { border-color: rgb(99,150,146); }

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