Html Css Color HEX #6645DD Slate Blue

📋 copy color: '#6645DD'

red 102 ◦ green 69 ◦ blue 221

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

Shades of Slate Blue #6645DD

Tints of Slate Blue #6645DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.6%

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

R = 26.02%
G = 17.6%
B = 56.38%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6645DD (or 0x6645DD) is known color: Slate Blue. HEX triplet: 66, 45 and DD. RGB value is (102,69,221). Sum of RGB (Red+Green+Blue) = 102+69+221=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6645DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645DD is #99BA22. Grayscale: #5F5F5F. Windows color (decimal): -10074659 or 14501222. OLE color: 14501222.

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

Color convert

RGB 102 69 221 -
CMYK 0.54 0.69 0 0.13
HSL 253.03º 0.69% 0.57% -
HSV(B) 253.03º 0.69% 0.87% -
XYZ 20.66 12.3 69.69 -
YUV 96.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 102 69 221 0.54 0.69 0 0.13 253.03 0.69 0.57
Hex 66 45 DD 36 45 0 D FD 45 39
Octal 146 105 335 66 105 0 15 375 105 71
Binary 1100110 1000101 11011101 110110 1000101 0 1101 11111101 1000101 111001

Color Harmonies of #6645DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6645DD

Black with #6645DD

Text Example


Text Example

White with #6645DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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