Html Css Color HEX #6F72FF Light Slate Blue

📋 copy color: '#6F72FF'

red 111 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #6F72FF

Tints of Light Slate Blue #6F72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.75%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 23.13%
G = 23.75%
B = 53.13%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F72FF (or 0x6F72FF) is known color: Light Slate Blue. HEX triplet: 6F, 72 and FF. RGB value is (111,114,255). Sum of RGB (Red+Green+Blue) = 111+114+255=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F72FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F72FF is #908D00. Grayscale: #808080. Windows color (decimal): -9473281 or 16740975. OLE color: 16740975.

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

Color convert

RGB 111 114 255 -
CMYK 0.56 0.55 0 0
HSL 238.75º 1% 0.72% -
HSV(B) 238.75º 0.56% 1% -
XYZ 30.62 22.63 97.36 -
YUV 129.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 111 114 255 0.56 0.55 0 0 238.75 1 0.72
Hex 6F 72 FF 38 37 0 0 EF 64 48
Octal 157 162 377 70 67 0 0 357 144 110
Binary 1101111 1110010 11111111 111000 110111 0 0 11101111 1100100 1001000

Color Harmonies of #6F72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F72FF

Black with #6F72FF

Text Example


Text Example

White with #6F72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,255); }

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

background-color css

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

 a { background-color: rgb(111,114,255); }

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

border-color css

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

 span { border-color: rgb(111,114,255); }

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