Html Css Color HEX #646ADF Slate Blue

📋 copy color: '#646ADF'

red 100 ◦ green 106 ◦ blue 223

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

Shades of Slate Blue #646ADF

Tints of Slate Blue #646ADF

RGB

 RED value IS 100 (39.45% from 255) = 23.31%

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 23.31%
G = 24.71%
B = 51.98%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#646ADF (or 0x646ADF) is known color: Slate Blue. HEX triplet: 64, 6A and DF. RGB value is (100,106,223). Sum of RGB (Red+Green+Blue) = 100+106+223=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #646ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ADF is #9B9520. Grayscale: #757575. Windows color (decimal): -10196257 or 14641764. OLE color: 14641764.

HSL color Cylindrical-coordinate representation of color #646ADF: hue angle of 237.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646ADF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 106 223 -
CMYK 0.55 0.52 0 0.13
HSL 237.07º 0.66% 0.63% -
HSV(B) 237.07º 0.55% 0.87% -
XYZ 23.73 18.35 72.1 -
YUV 117.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 100 106 223 0.55 0.52 0 0.13 237.07 0.66 0.63
Hex 64 6A DF 37 34 0 D ED 42 3F
Octal 144 152 337 67 64 0 15 355 102 77
Binary 1100100 1101010 11011111 110111 110100 0 1101 11101101 1000010 111111

Color Harmonies of #646ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ADF

Black with #646ADF

Text Example


Text Example

White with #646ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646ADF; }

 p { color: rgb(100,106,223); }

 H1.HeaderClassName
 {
   color: #646ADF;
 }
 .AnyTagClassName
 {
   color: #646ADF;
 }
</style>

background-color css

<style>
 a { background-color: #646ADF; }

 a { background-color: rgb(100,106,223); }

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

border-color css

<style>
 span { border-color: #646ADF; }

 span { border-color: rgb(100,106,223); }

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