Html Css Color HEX #9699DF Portage

📋 copy color: '#9699DF'

red 150 ◦ green 153 ◦ blue 223

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

Shades of Portage #9699DF

Tints of Portage #9699DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 28.52%
G = 29.09%
B = 42.4%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9699DF (or 0x9699DF) is known color: Portage. HEX triplet: 96, 99 and DF. RGB value is (150,153,223). Sum of RGB (Red+Green+Blue) = 150+153+223=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #9699DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699DF is #696620. Grayscale: #9F9F9F. Windows color (decimal): -6907425 or 14653846. OLE color: 14653846.

HSL color Cylindrical-coordinate representation of color #9699DF: hue angle of 237.53º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9699DF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 153 223 -
CMYK 0.33 0.31 0 0.13
HSL 237.53º 0.53% 0.73% -
HSV(B) 237.53º 0.33% 0.87% -
XYZ 37.29 34.59 74.52 -
YUV 160.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 150 153 223 0.33 0.31 0 0.13 237.53 0.53 0.73
Hex 96 99 DF 21 1F 0 D EE 35 49
Octal 226 231 337 41 37 0 15 356 65 111
Binary 10010110 10011001 11011111 100001 11111 0 1101 11101110 110101 1001001

Color Harmonies of #9699DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699DF

Black with #9699DF

Text Example


Text Example

White with #9699DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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