Html Css Color HEX #6B7CFD Light Slate Blue

📋 copy color: '#6B7CFD'

red 107 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #6B7CFD

Tints of Light Slate Blue #6B7CFD

RGB

 RED value IS 107 (42.19% from 255) = 22.11%

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 22.11%
G = 25.62%
B = 52.27%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B7CFD (or 0x6B7CFD) is known color: Light Slate Blue. HEX triplet: 6B, 7C and FD. RGB value is (107,124,253). Sum of RGB (Red+Green+Blue) = 107+124+253=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B7CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CFD is #948302. Grayscale: #858585. Windows color (decimal): -9732867 or 16612459. OLE color: 16612459.

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

Color convert

RGB 107 124 253 -
CMYK 0.58 0.51 0 0.01
HSL 233.01º 0.97% 0.71% -
HSV(B) 233.01º 0.58% 0.99% -
XYZ 31 24.63 96.05 -
YUV 133.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 107 124 253 0.58 0.51 0 0.01 233.01 0.97 0.71
Hex 6B 7C FD 3A 33 0 1 E9 61 47
Octal 153 174 375 72 63 0 1 351 141 107
Binary 1101011 1111100 11111101 111010 110011 0 1 11101001 1100001 1000111

Color Harmonies of #6B7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CFD

Black with #6B7CFD

Text Example


Text Example

White with #6B7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,253); }

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

background-color css

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

 a { background-color: rgb(107,124,253); }

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

border-color css

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

 span { border-color: rgb(107,124,253); }

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