Html Css Color HEX #6F62DD Slate Blue

📋 copy color: '#6F62DD'

red 111 ◦ green 98 ◦ blue 221

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

Shades of Slate Blue #6F62DD

Tints of Slate Blue #6F62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.79%

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

R = 25.81%
G = 22.79%
B = 51.4%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F62DD (or 0x6F62DD) is known color: Slate Blue. HEX triplet: 6F, 62 and DD. RGB value is (111,98,221). Sum of RGB (Red+Green+Blue) = 111+98+221=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62DD is #909D22. Grayscale: #737373. Windows color (decimal): -9477411 or 14508655. OLE color: 14508655.

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

Color convert

RGB 111 98 221 -
CMYK 0.50 0.56 0 0.13
HSL 246.34º 0.64% 0.63% -
HSV(B) 246.34º 0.56% 0.87% -
XYZ 23.97 17.34 70.49 -
YUV 115.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 111 98 221 0.50 0.56 0 0.13 246.34 0.64 0.63
Hex 6F 62 DD 32 38 0 D F6 40 3F
Octal 157 142 335 62 70 0 15 366 100 77
Binary 1101111 1100010 11011101 110010 111000 0 1101 11110110 1000000 111111

Color Harmonies of #6F62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F62DD

Black with #6F62DD

Text Example


Text Example

White with #6F62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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