Html Css Color HEX #6445D0 Slate Blue

📋 copy color: '#6445D0'

red 100 ◦ green 69 ◦ blue 208

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

Shades of Slate Blue #6445D0

Tints of Slate Blue #6445D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.17%

R = 26.53%
G = 18.3%
B = 55.17%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6445D0 (or 0x6445D0) is known color: Slate Blue. HEX triplet: 64, 45 and D0. RGB value is (100,69,208). Sum of RGB (Red+Green+Blue) = 100+69+208=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #6445D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445D0 is #9BBA2F. Grayscale: #5D5D5D. Windows color (decimal): -10205744 or 13649252. OLE color: 13649252.

HSL color Cylindrical-coordinate representation of color #6445D0: hue angle of 253.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6445D0 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 69 208 -
CMYK 0.52 0.67 0 0.18
HSL 253.38º 0.6% 0.54% -
HSV(B) 253.38º 0.67% 0.82% -
XYZ 18.77 11.52 60.91 -
YUV 94.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 100 69 208 0.52 0.67 0 0.18 253.38 0.6 0.54
Hex 64 45 D0 34 43 0 12 FD 3C 36
Octal 144 105 320 64 103 0 22 375 74 66
Binary 1100100 1000101 11010000 110100 1000011 0 10010 11111101 111100 110110

Color Harmonies of #6445D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445D0

Black with #6445D0

Text Example


Text Example

White with #6445D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6445D0; }

 p { color: rgb(100,69,208); }

 H1.HeaderClassName
 {
   color: #6445D0;
 }
 .AnyTagClassName
 {
   color: #6445D0;
 }
</style>

background-color css

<style>
 a { background-color: #6445D0; }

 a { background-color: rgb(100,69,208); }

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

border-color css

<style>
 span { border-color: #6445D0; }

 span { border-color: rgb(100,69,208); }

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