Html Css Color HEX #6655DF Slate Blue

📋 copy color: '#6655DF'

red 102 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #6655DF

Tints of Slate Blue #6655DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.73%

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 24.88%
G = 20.73%
B = 54.39%

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

#6655DF (or 0x6655DF) is known color: Slate Blue. HEX triplet: 66, 55 and DF. RGB value is (102,85,223). Sum of RGB (Red+Green+Blue) = 102+85+223=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #6655DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655DF is #99AA20. Grayscale: #696969. Windows color (decimal): -10070561 or 14636390. OLE color: 14636390.

HSL color Cylindrical-coordinate representation of color #6655DF: hue angle of 247.39º degrees, saturation: 0.68, 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 #6655DF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 85 223 -
CMYK 0.54 0.62 0 0.13
HSL 247.39º 0.68% 0.6% -
HSV(B) 247.39º 0.62% 0.87% -
XYZ 22.05 14.65 71.48 -
YUV 105.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 102 85 223 0.54 0.62 0 0.13 247.39 0.68 0.6
Hex 66 55 DF 36 3E 0 D F7 44 3C
Octal 146 125 337 66 76 0 15 367 104 74
Binary 1100110 1010101 11011111 110110 111110 0 1101 11110111 1000100 111100

Color Harmonies of #6655DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655DF

Black with #6655DF

Text Example


Text Example

White with #6655DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6655DF; }

 p { color: rgb(102,85,223); }

 H1.HeaderClassName
 {
   color: #6655DF;
 }
 .AnyTagClassName
 {
   color: #6655DF;
 }
</style>

background-color css

<style>
 a { background-color: #6655DF; }

 a { background-color: rgb(102,85,223); }

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

border-color css

<style>
 span { border-color: #6655DF; }

 span { border-color: rgb(102,85,223); }

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