Html Css Color HEX #969BF6 Portage

📋 copy color: '#969BF6'

red 150 ◦ green 155 ◦ blue 246

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

Shades of Portage #969BF6

Tints of Portage #969BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.13%

 BLUE value IS 246 (96.48% from 255) = 44.65%

R = 27.22%
G = 28.13%
B = 44.65%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#969BF6 (or 0x969BF6) is known color: Portage. HEX triplet: 96, 9B and F6. RGB value is (150,155,246). Sum of RGB (Red+Green+Blue) = 150+155+246=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #969BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BF6 is #696409. Grayscale: #A3A3A3. Windows color (decimal): -6906890 or 16161686. OLE color: 16161686.

HSL color Cylindrical-coordinate representation of color #969BF6: hue angle of 236.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #969BF6 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 155 246 -
CMYK 0.39 0.37 0 0.04
HSL 236.88º 0.84% 0.78% -
HSV(B) 236.88º 0.39% 0.96% -
XYZ 40.93 36.58 92.09 -
YUV 163.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 150 155 246 0.39 0.37 0 0.04 236.88 0.84 0.78
Hex 96 9B F6 27 25 0 4 ED 54 4E
Octal 226 233 366 47 45 0 4 355 124 116
Binary 10010110 10011011 11110110 100111 100101 0 100 11101101 1010100 1001110

Color Harmonies of #969BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BF6

Black with #969BF6

Text Example


Text Example

White with #969BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,155,246); }

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

background-color css

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

 a { background-color: rgb(150,155,246); }

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

border-color css

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

 span { border-color: rgb(150,155,246); }

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