Html Css Color HEX #6F75FE Light Slate Blue

📋 copy color: '#6F75FE'

red 111 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #6F75FE

Tints of Light Slate Blue #6F75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.27%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 23.03%
G = 24.27%
B = 52.7%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F75FE (or 0x6F75FE) is known color: Light Slate Blue. HEX triplet: 6F, 75 and FE. RGB value is (111,117,254). Sum of RGB (Red+Green+Blue) = 111+117+254=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F75FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F75FE is #908A01. Grayscale: #828282. Windows color (decimal): -9472514 or 16676207. OLE color: 16676207.

HSL color Cylindrical-coordinate representation of color #6F75FE: hue angle of 237.48º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F75FE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 117 254 -
CMYK 0.56 0.54 0 0.00
HSL 237.48º 0.99% 0.72% -
HSV(B) 237.48º 0.56% 1% -
XYZ 30.81 23.26 96.63 -
YUV 130.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 111 117 254 0.56 0.54 0 0.00 237.48 0.99 0.72
Hex 6F 75 FE 38 36 0 0 ED 63 48
Octal 157 165 376 70 66 0 0 355 143 110
Binary 1101111 1110101 11111110 111000 110110 0 0 11101101 1100011 1001000

Color Harmonies of #6F75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F75FE

Black with #6F75FE

Text Example


Text Example

White with #6F75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,254); }

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

background-color css

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

 a { background-color: rgb(111,117,254); }

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

border-color css

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

 span { border-color: rgb(111,117,254); }

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