Html Css Color HEX #9699EE Portage

📋 copy color: '#9699EE'

red 150 ◦ green 153 ◦ blue 238

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

Shades of Portage #9699EE

Tints of Portage #9699EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 27.73%
G = 28.28%
B = 43.99%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9699EE (or 0x9699EE) is known color: Portage. HEX triplet: 96, 99 and EE. RGB value is (150,153,238). Sum of RGB (Red+Green+Blue) = 150+153+238=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #9699EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699EE is #696611. Grayscale: #A1A1A1. Windows color (decimal): -6907410 or 15636886. OLE color: 15636886.

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

Color convert

RGB 150 153 238 -
CMYK 0.37 0.36 0 0.07
HSL 237.95º 0.72% 0.76% -
HSV(B) 237.95º 0.37% 0.93% -
XYZ 39.4 35.44 85.65 -
YUV 161.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 150 153 238 0.37 0.36 0 0.07 237.95 0.72 0.76
Hex 96 99 EE 25 24 0 7 EE 48 4C
Octal 226 231 356 45 44 0 7 356 110 114
Binary 10010110 10011001 11101110 100101 100100 0 111 11101110 1001000 1001100

Color Harmonies of #9699EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699EE

Black with #9699EE

Text Example


Text Example

White with #9699EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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