Html Css Color HEX #969CE6 Portage

📋 copy color: '#969CE6'

red 150 ◦ green 156 ◦ blue 230

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

Shades of Portage #969CE6

Tints of Portage #969CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 27.99%
G = 29.1%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#969CE6 (or 0x969CE6) is known color: Portage. HEX triplet: 96, 9C and E6. RGB value is (150,156,230). Sum of RGB (Red+Green+Blue) = 150+156+230=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #969CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CE6 is #696319. Grayscale: #A2A2A2. Windows color (decimal): -6906650 or 15113366. OLE color: 15113366.

HSL color Cylindrical-coordinate representation of color #969CE6: hue angle of 235.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969CE6 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 156 230 -
CMYK 0.35 0.32 0 0.10
HSL 235.5º 0.62% 0.75% -
HSV(B) 235.5º 0.35% 0.9% -
XYZ 38.75 35.97 79.76 -
YUV 162.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 150 156 230 0.35 0.32 0 0.10 235.5 0.62 0.75
Hex 96 9C E6 23 20 0 A EC 3E 4B
Octal 226 234 346 43 40 0 12 354 76 113
Binary 10010110 10011100 11100110 100011 100000 0 1010 11101100 111110 1001011

Color Harmonies of #969CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CE6

Black with #969CE6

Text Example


Text Example

White with #969CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969CE6; }

 p { color: rgb(150,156,230); }

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

background-color css

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

 a { background-color: rgb(150,156,230); }

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

border-color css

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

 span { border-color: rgb(150,156,230); }

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