Html Css Color HEX #6B61DD Slate Blue

📋 copy color: '#6B61DD'

red 107 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #6B61DD

Tints of Slate Blue #6B61DD

RGB

 RED value IS 107 (42.19% from 255) = 25.18%

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 25.18%
G = 22.82%
B = 52%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B61DD (or 0x6B61DD) is known color: Slate Blue. HEX triplet: 6B, 61 and DD. RGB value is (107,97,221). Sum of RGB (Red+Green+Blue) = 107+97+221=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61DD is #949E22. Grayscale: #717171. Windows color (decimal): -9739811 or 14508395. OLE color: 14508395.

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

Color convert

RGB 107 97 221 -
CMYK 0.52 0.56 0 0.13
HSL 244.84º 0.65% 0.62% -
HSV(B) 244.84º 0.56% 0.87% -
XYZ 23.39 16.9 70.44 -
YUV 114.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 107 97 221 0.52 0.56 0 0.13 244.84 0.65 0.62
Hex 6B 61 DD 34 38 0 D F5 41 3E
Octal 153 141 335 64 70 0 15 365 101 76
Binary 1101011 1100001 11011101 110100 111000 0 1101 11110101 1000001 111110

Color Harmonies of #6B61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B61DD

Black with #6B61DD

Text Example


Text Example

White with #6B61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,221); }

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

background-color css

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

 a { background-color: rgb(107,97,221); }

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

border-color css

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

 span { border-color: rgb(107,97,221); }

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