Html Css Color HEX #6E7CFD Light Slate Blue

📋 copy color: '#6E7CFD'

red 110 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #6E7CFD

Tints of Light Slate Blue #6E7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

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

R = 22.59%
G = 25.46%
B = 51.95%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E7CFD (or 0x6E7CFD) is known color: Light Slate Blue. HEX triplet: 6E, 7C and FD. RGB value is (110,124,253). Sum of RGB (Red+Green+Blue) = 110+124+253=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E7CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7CFD is #918302. Grayscale: #858585. Windows color (decimal): -9536259 or 16612462. OLE color: 16612462.

HSL color Cylindrical-coordinate representation of color #6E7CFD: hue angle of 234.13º 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 #6E7CFD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 124 253 -
CMYK 0.57 0.51 0 0.01
HSL 234.13º 0.97% 0.71% -
HSV(B) 234.13º 0.57% 0.99% -
XYZ 31.37 24.82 96.07 -
YUV 134.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 110 124 253 0.57 0.51 0 0.01 234.13 0.97 0.71
Hex 6E 7C FD 39 33 0 1 EA 61 47
Octal 156 174 375 71 63 0 1 352 141 107
Binary 1101110 1111100 11111101 111001 110011 0 1 11101010 1100001 1000111

Color Harmonies of #6E7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CFD

Black with #6E7CFD

Text Example


Text Example

White with #6E7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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