Html Css Color HEX #6C7DFE Light Slate Blue

📋 copy color: '#6C7DFE'

red 108 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #6C7DFE

Tints of Light Slate Blue #6C7DFE

RGB

 RED value IS 108 (42.58% from 255) = 22.18%

 GREEN value IS 125 (49.22% from 255) = 25.67%

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 22.18%
G = 25.67%
B = 52.16%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C7DFE (or 0x6C7DFE) is known color: Light Slate Blue. HEX triplet: 6C, 7D and FE. RGB value is (108,125,254). Sum of RGB (Red+Green+Blue) = 108+125+254=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DFE is #938201. Grayscale: #868686. Windows color (decimal): -9667074 or 16678252. OLE color: 16678252.

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

Color convert

RGB 108 125 254 -
CMYK 0.57 0.51 0 0.00
HSL 233.01º 0.99% 0.71% -
HSV(B) 233.01º 0.57% 1% -
XYZ 31.41 25.01 96.94 -
YUV 134.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 108 125 254 0.57 0.51 0 0.00 233.01 0.99 0.71
Hex 6C 7D FE 39 33 0 0 E9 63 47
Octal 154 175 376 71 63 0 0 351 143 107
Binary 1101100 1111101 11111110 111001 110011 0 0 11101001 1100011 1000111

Color Harmonies of #6C7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DFE

Black with #6C7DFE

Text Example


Text Example

White with #6C7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,125,254); }

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

background-color css

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

 a { background-color: rgb(108,125,254); }

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

border-color css

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

 span { border-color: rgb(108,125,254); }

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