Html Css Color HEX #6E7FFD Light Slate Blue

📋 copy color: '#6E7FFD'

red 110 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #6E7FFD

Tints of Light Slate Blue #6E7FFD

RGB

 RED value IS 110 (43.36% from 255) = 22.45%

 GREEN value IS 127 (50% from 255) = 25.92%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 22.45%
G = 25.92%
B = 51.63%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E7FFD (or 0x6E7FFD) is known color: Light Slate Blue. HEX triplet: 6E, 7F and FD. RGB value is (110,127,253). Sum of RGB (Red+Green+Blue) = 110+127+253=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E7FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFD is #918002. Grayscale: #878787. Windows color (decimal): -9535491 or 16613230. OLE color: 16613230.

HSL color Cylindrical-coordinate representation of color #6E7FFD: hue angle of 232.87º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E7FFD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 127 253 -
CMYK 0.57 0.50 0 0.01
HSL 232.87º 0.97% 0.71% -
HSV(B) 232.87º 0.57% 0.99% -
XYZ 31.75 25.59 96.19 -
YUV 136.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 110 127 253 0.57 0.50 0 0.01 232.87 0.97 0.71
Hex 6E 7F FD 39 32 0 1 E9 61 47
Octal 156 177 375 71 62 0 1 351 141 107
Binary 1101110 1111111 11111101 111001 110010 0 1 11101001 1100001 1000111

Color Harmonies of #6E7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FFD

Black with #6E7FFD

Text Example


Text Example

White with #6E7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7FFD; }

 p { color: rgb(110,127,253); }

 H1.HeaderClassName
 {
   color: #6E7FFD;
 }
 .AnyTagClassName
 {
   color: #6E7FFD;
 }
</style>

background-color css

<style>
 a { background-color: #6E7FFD; }

 a { background-color: rgb(110,127,253); }

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

border-color css

<style>
 span { border-color: #6E7FFD; }

 span { border-color: rgb(110,127,253); }

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