Html Css Color HEX #6D7CFB Light Slate Blue

📋 copy color: '#6D7CFB'

red 109 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #6D7CFB

Tints of Light Slate Blue #6D7CFB

RGB

 RED value IS 109 (42.97% from 255) = 22.52%

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 22.52%
G = 25.62%
B = 51.86%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D7CFB (or 0x6D7CFB) is known color: Light Slate Blue. HEX triplet: 6D, 7C and FB. RGB value is (109,124,251). Sum of RGB (Red+Green+Blue) = 109+124+251=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D7CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7CFB is #928304. Grayscale: #858585. Windows color (decimal): -9601797 or 16481389. OLE color: 16481389.

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

Color convert

RGB 109 124 251 -
CMYK 0.57 0.51 0 0.02
HSL 233.66º 0.95% 0.71% -
HSV(B) 233.66º 0.57% 0.98% -
XYZ 30.93 24.63 94.39 -
YUV 133.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 109 124 251 0.57 0.51 0 0.02 233.66 0.95 0.71
Hex 6D 7C FB 39 33 0 2 EA 5F 47
Octal 155 174 373 71 63 0 2 352 137 107
Binary 1101101 1111100 11111011 111001 110011 0 10 11101010 1011111 1000111

Color Harmonies of #6D7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CFB

Black with #6D7CFB

Text Example


Text Example

White with #6D7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,251); }

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

background-color css

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

 a { background-color: rgb(109,124,251); }

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

border-color css

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

 span { border-color: rgb(109,124,251); }

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