Html Css Color HEX #9699EF Portage

📋 copy color: '#9699EF'

red 150 ◦ green 153 ◦ blue 239

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

Shades of Portage #9699EF

Tints of Portage #9699EF

RGB

 RED value IS 150 (58.98% from 255) = 27.68%

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 27.68%
G = 28.23%
B = 44.1%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9699EF (or 0x9699EF) is known color: Portage. HEX triplet: 96, 99 and EF. RGB value is (150,153,239). Sum of RGB (Red+Green+Blue) = 150+153+239=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #9699EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699EF is #696610. Grayscale: #A1A1A1. Windows color (decimal): -6907409 or 15702422. OLE color: 15702422.

HSL color Cylindrical-coordinate representation of color #9699EF: hue angle of 237.98º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9699EF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 153 239 -
CMYK 0.37 0.36 0 0.06
HSL 237.98º 0.74% 0.76% -
HSV(B) 237.98º 0.37% 0.94% -
XYZ 39.55 35.5 86.43 -
YUV 161.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 150 153 239 0.37 0.36 0 0.06 237.98 0.74 0.76
Hex 96 99 EF 25 24 0 6 EE 4A 4C
Octal 226 231 357 45 44 0 6 356 112 114
Binary 10010110 10011001 11101111 100101 100100 0 110 11101110 1001010 1001100

Color Harmonies of #9699EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699EF

Black with #9699EF

Text Example


Text Example

White with #9699EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9699EF; }

 p { color: rgb(150,153,239); }

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

background-color css

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

 a { background-color: rgb(150,153,239); }

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

border-color css

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

 span { border-color: rgb(150,153,239); }

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