Html Css Color HEX #6F63DD Slate Blue

📋 copy color: '#6F63DD'

red 111 ◦ green 99 ◦ blue 221

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

Shades of Slate Blue #6F63DD

Tints of Slate Blue #6F63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 25.75%
G = 22.97%
B = 51.28%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F63DD (or 0x6F63DD) is known color: Slate Blue. HEX triplet: 6F, 63 and DD. RGB value is (111,99,221). Sum of RGB (Red+Green+Blue) = 111+99+221=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63DD is #909C22. Grayscale: #747474. Windows color (decimal): -9477155 or 14508911. OLE color: 14508911.

HSL color Cylindrical-coordinate representation of color #6F63DD: hue angle of 245.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F63DD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 99 221 -
CMYK 0.50 0.55 0 0.13
HSL 245.9º 0.64% 0.63% -
HSV(B) 245.9º 0.55% 0.87% -
XYZ 24.07 17.52 70.52 -
YUV 116.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 111 99 221 0.50 0.55 0 0.13 245.9 0.64 0.63
Hex 6F 63 DD 32 37 0 D F6 40 3F
Octal 157 143 335 62 67 0 15 366 100 77
Binary 1101111 1100011 11011101 110010 110111 0 1101 11110110 1000000 111111

Color Harmonies of #6F63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F63DD

Black with #6F63DD

Text Example


Text Example

White with #6F63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,221); }

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

background-color css

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

 a { background-color: rgb(111,99,221); }

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

border-color css

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

 span { border-color: rgb(111,99,221); }

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