Html Css Color HEX #6653DD Slate Blue

📋 copy color: '#6653DD'

red 102 ◦ green 83 ◦ blue 221

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

Shades of Slate Blue #6653DD

Tints of Slate Blue #6653DD

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 25.12%
G = 20.44%
B = 54.43%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6653DD (or 0x6653DD) is known color: Slate Blue. HEX triplet: 66, 53 and DD. RGB value is (102,83,221). Sum of RGB (Red+Green+Blue) = 102+83+221=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #6653DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653DD is #99AC22. Grayscale: #676767. Windows color (decimal): -10071075 or 14504806. OLE color: 14504806.

HSL color Cylindrical-coordinate representation of color #6653DD: hue angle of 248.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6653DD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 83 221 -
CMYK 0.54 0.62 0 0.13
HSL 248.26º 0.67% 0.6% -
HSV(B) 248.26º 0.62% 0.87% -
XYZ 21.62 14.23 70.01 -
YUV 104.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 102 83 221 0.54 0.62 0 0.13 248.26 0.67 0.6
Hex 66 53 DD 36 3E 0 D F8 43 3C
Octal 146 123 335 66 76 0 15 370 103 74
Binary 1100110 1010011 11011101 110110 111110 0 1101 11111000 1000011 111100

Color Harmonies of #6653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6653DD

Black with #6653DD

Text Example


Text Example

White with #6653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6653DD; }

 p { color: rgb(102,83,221); }

 H1.HeaderClassName
 {
   color: #6653DD;
 }
 .AnyTagClassName
 {
   color: #6653DD;
 }
</style>

background-color css

<style>
 a { background-color: #6653DD; }

 a { background-color: rgb(102,83,221); }

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

border-color css

<style>
 span { border-color: #6653DD; }

 span { border-color: rgb(102,83,221); }

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