Html Css Color HEX #6640DF Slate Blue

📋 copy color: '#6640DF'

red 102 ◦ green 64 ◦ blue 223

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

Shades of Slate Blue #6640DF

Tints of Slate Blue #6640DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

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

R = 26.22%
G = 16.45%
B = 57.33%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6640DF (or 0x6640DF) is known color: Slate Blue. HEX triplet: 66, 40 and DF. RGB value is (102,64,223). Sum of RGB (Red+Green+Blue) = 102+64+223=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #6640DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640DF is #99BF20. Grayscale: #5C5C5C. Windows color (decimal): -10075937 or 14631014. OLE color: 14631014.

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

Color convert

RGB 102 64 223 -
CMYK 0.54 0.71 0 0.13
HSL 254.34º 0.71% 0.56% -
HSV(B) 254.34º 0.71% 0.87% -
XYZ 20.63 11.82 71.01 -
YUV 93.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 102 64 223 0.54 0.71 0 0.13 254.34 0.71 0.56
Hex 66 40 DF 36 47 0 D FE 47 38
Octal 146 100 337 66 107 0 15 376 107 70
Binary 1100110 1000000 11011111 110110 1000111 0 1101 11111110 1000111 111000

Color Harmonies of #6640DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640DF

Black with #6640DF

Text Example


Text Example

White with #6640DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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