Html Css Color HEX #9699DB Portage

📋 copy color: '#9699DB'

red 150 ◦ green 153 ◦ blue 219

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

Shades of Portage #9699DB

Tints of Portage #9699DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 28.74%
G = 29.31%
B = 41.95%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9699DB (or 0x9699DB) is known color: Portage. HEX triplet: 96, 99 and DB. RGB value is (150,153,219). Sum of RGB (Red+Green+Blue) = 150+153+219=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #9699DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699DB is #696624. Grayscale: #9F9F9F. Windows color (decimal): -6907429 or 14391702. OLE color: 14391702.

HSL color Cylindrical-coordinate representation of color #9699DB: hue angle of 237.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9699DB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 153 219 -
CMYK 0.32 0.30 0 0.14
HSL 237.39º 0.49% 0.72% -
HSV(B) 237.39º 0.32% 0.86% -
XYZ 36.76 34.38 71.72 -
YUV 159.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 150 153 219 0.32 0.30 0 0.14 237.39 0.49 0.72
Hex 96 99 DB 20 1E 0 E ED 31 48
Octal 226 231 333 40 36 0 16 355 61 110
Binary 10010110 10011001 11011011 100000 11110 0 1110 11101101 110001 1001000

Color Harmonies of #9699DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699DB

Black with #9699DB

Text Example


Text Example

White with #9699DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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