Html Css Color HEX #6C7BFE Light Slate Blue

📋 copy color: '#6C7BFE'

red 108 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #6C7BFE

Tints of Light Slate Blue #6C7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

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

R = 22.27%
G = 25.36%
B = 52.37%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C7BFE (or 0x6C7BFE) is known color: Light Slate Blue. HEX triplet: 6C, 7B and FE. RGB value is (108,123,254). Sum of RGB (Red+Green+Blue) = 108+123+254=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7BFE is #938401. Grayscale: #848484. Windows color (decimal): -9667586 or 16677740. OLE color: 16677740.

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

Color convert

RGB 108 123 254 -
CMYK 0.57 0.52 0 0.00
HSL 233.84º 0.99% 0.71% -
HSV(B) 233.84º 0.57% 1% -
XYZ 31.16 24.51 96.85 -
YUV 133.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 108 123 254 0.57 0.52 0 0.00 233.84 0.99 0.71
Hex 6C 7B FE 39 34 0 0 EA 63 47
Octal 154 173 376 71 64 0 0 352 143 107
Binary 1101100 1111011 11111110 111001 110100 0 0 11101010 1100011 1000111

Color Harmonies of #6C7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BFE

Black with #6C7BFE

Text Example


Text Example

White with #6C7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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