Html Css Color HEX #6D7AFB Light Slate Blue

📋 copy color: '#6D7AFB'

red 109 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #6D7AFB

Tints of Light Slate Blue #6D7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

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

R = 22.61%
G = 25.31%
B = 52.07%

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

#6D7AFB (or 0x6D7AFB) is known color: Light Slate Blue. HEX triplet: 6D, 7A and FB. RGB value is (109,122,251). Sum of RGB (Red+Green+Blue) = 109+122+251=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D7AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7AFB is #928504. Grayscale: #848484. Windows color (decimal): -9602309 or 16480877. OLE color: 16480877.

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

Color convert

RGB 109 122 251 -
CMYK 0.57 0.51 0 0.02
HSL 234.51º 0.95% 0.71% -
HSV(B) 234.51º 0.57% 0.98% -
XYZ 30.68 24.14 94.31 -
YUV 132.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 109 122 251 0.57 0.51 0 0.02 234.51 0.95 0.71
Hex 6D 7A FB 39 33 0 2 EB 5F 47
Octal 155 172 373 71 63 0 2 353 137 107
Binary 1101101 1111010 11111011 111001 110011 0 10 11101011 1011111 1000111

Color Harmonies of #6D7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7AFB

Black with #6D7AFB

Text Example


Text Example

White with #6D7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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