Html Css Color HEX #6D7DFB Light Slate Blue

📋 copy color: '#6D7DFB'

red 109 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #6D7DFB

Tints of Light Slate Blue #6D7DFB

RGB

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

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

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

R = 22.47%
G = 25.77%
B = 51.75%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D7DFB (or 0x6D7DFB) is known color: Light Slate Blue. HEX triplet: 6D, 7D and FB. RGB value is (109,125,251). Sum of RGB (Red+Green+Blue) = 109+125+251=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7DFB is #928204. Grayscale: #868686. Windows color (decimal): -9601541 or 16481645. OLE color: 16481645.

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

Color convert

RGB 109 125 251 -
CMYK 0.57 0.50 0 0.02
HSL 233.24º 0.95% 0.71% -
HSV(B) 233.24º 0.57% 0.98% -
XYZ 31.05 24.88 94.43 -
YUV 134.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 109 125 251 0.57 0.50 0 0.02 233.24 0.95 0.71
Hex 6D 7D FB 39 32 0 2 E9 5F 47
Octal 155 175 373 71 62 0 2 351 137 107
Binary 1101101 1111101 11111011 111001 110010 0 10 11101001 1011111 1000111

Color Harmonies of #6D7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DFB

Black with #6D7DFB

Text Example


Text Example

White with #6D7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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