Html Css Color HEX #6F7DFB Light Slate Blue

📋 copy color: '#6F7DFB'

red 111 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #6F7DFB

Tints of Light Slate Blue #6F7DFB

RGB

 RED value IS 111 (43.75% from 255) = 22.79%

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

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

R = 22.79%
G = 25.67%
B = 51.54%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F7DFB (or 0x6F7DFB) is known color: Light Slate Blue. HEX triplet: 6F, 7D and FB. RGB value is (111,125,251). Sum of RGB (Red+Green+Blue) = 111+125+251=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DFB is #908204. Grayscale: #868686. Windows color (decimal): -9470469 or 16481647. OLE color: 16481647.

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

Color convert

RGB 111 125 251 -
CMYK 0.56 0.50 0 0.02
HSL 234º 0.95% 0.71% -
HSV(B) 234º 0.56% 0.98% -
XYZ 31.3 25.01 94.44 -
YUV 135.18 193.36 110.75 -
System Red Green Blue C M Y K H S L
Decimal 111 125 251 0.56 0.50 0 0.02 234 0.95 0.71
Hex 6F 7D FB 38 32 0 2 EA 5F 47
Octal 157 175 373 70 62 0 2 352 137 107
Binary 1101111 1111101 11111011 111000 110010 0 10 11101010 1011111 1000111

Color Harmonies of #6F7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DFB

Black with #6F7DFB

Text Example


Text Example

White with #6F7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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