Html Css Color HEX #906BFC Light Slate Blue

📋 copy color: '#906BFC'

red 144 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #906BFC

Tints of Light Slate Blue #906BFC

RGB

 RED value IS 144 (56.64% from 255) = 28.63%

 GREEN value IS 107 (42.19% from 255) = 21.27%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 28.63%
G = 21.27%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#906BFC (or 0x906BFC) is known color: Light Slate Blue. HEX triplet: 90, 6B and FC. RGB value is (144,107,252). Sum of RGB (Red+Green+Blue) = 144+107+252=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #906BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BFC is #6F9403. Grayscale: #868686. Windows color (decimal): -7312388 or 16542608. OLE color: 16542608.

HSL color Cylindrical-coordinate representation of color #906BFC: hue angle of 255.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906BFC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 107 252 -
CMYK 0.43 0.58 0 0.01
HSL 255.31º 0.96% 0.7% -
HSV(B) 255.31º 0.58% 0.99% -
XYZ 34.33 23.47 94.82 -
YUV 134.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 144 107 252 0.43 0.58 0 0.01 255.31 0.96 0.7
Hex 90 6B FC 2B 3A 0 1 FF 60 46
Octal 220 153 374 53 72 0 1 377 140 106
Binary 10010000 1101011 11111100 101011 111010 0 1 11111111 1100000 1000110

Color Harmonies of #906BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BFC

Black with #906BFC

Text Example


Text Example

White with #906BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906BFC; }

 p { color: rgb(144,107,252); }

 H1.HeaderClassName
 {
   color: #906BFC;
 }
 .AnyTagClassName
 {
   color: #906BFC;
 }
</style>

background-color css

<style>
 a { background-color: #906BFC; }

 a { background-color: rgb(144,107,252); }

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

border-color css

<style>
 span { border-color: #906BFC; }

 span { border-color: rgb(144,107,252); }

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