Html Css Color HEX #6F55DA Slate Blue

📋 copy color: '#6F55DA'

red 111 ◦ green 85 ◦ blue 218

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

Shades of Slate Blue #6F55DA

Tints of Slate Blue #6F55DA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 26.81%
G = 20.53%
B = 52.66%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F55DA (or 0x6F55DA) is known color: Slate Blue. HEX triplet: 6F, 55 and DA. RGB value is (111,85,218). Sum of RGB (Red+Green+Blue) = 111+85+218=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F55DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F55DA is #90AA25. Grayscale: #6B6B6B. Windows color (decimal): -9480742 or 14308719. OLE color: 14308719.

HSL color Cylindrical-coordinate representation of color #6F55DA: hue angle of 251.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F55DA is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 85 218 -
CMYK 0.49 0.61 0 0.15
HSL 251.73º 0.64% 0.59% -
HSV(B) 251.73º 0.61% 0.85% -
XYZ 22.46 14.94 68.03 -
YUV 107.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 111 85 218 0.49 0.61 0 0.15 251.73 0.64 0.59
Hex 6F 55 DA 31 3D 0 F FC 40 3B
Octal 157 125 332 61 75 0 17 374 100 73
Binary 1101111 1010101 11011010 110001 111101 0 1111 11111100 1000000 111011

Color Harmonies of #6F55DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F55DA

Black with #6F55DA

Text Example


Text Example

White with #6F55DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,218); }

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

background-color css

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

 a { background-color: rgb(111,85,218); }

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

border-color css

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

 span { border-color: rgb(111,85,218); }

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