Html Css Color HEX #6445CD Slate Blue

📋 copy color: '#6445CD'

red 100 ◦ green 69 ◦ blue 205

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

Shades of Slate Blue #6445CD

Tints of Slate Blue #6445CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 26.74%
G = 18.45%
B = 54.81%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6445CD (or 0x6445CD) is known color: Slate Blue. HEX triplet: 64, 45 and CD. RGB value is (100,69,205). Sum of RGB (Red+Green+Blue) = 100+69+205=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #6445CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445CD is #9BBA32. Grayscale: #5D5D5D. Windows color (decimal): -10205747 or 13452644. OLE color: 13452644.

HSL color Cylindrical-coordinate representation of color #6445CD: hue angle of 253.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6445CD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 69 205 -
CMYK 0.51 0.66 0 0.20
HSL 253.68º 0.58% 0.54% -
HSV(B) 253.68º 0.66% 0.8% -
XYZ 18.4 11.37 58.98 -
YUV 93.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 100 69 205 0.51 0.66 0 0.20 253.68 0.58 0.54
Hex 64 45 CD 33 42 0 14 FE 3A 36
Octal 144 105 315 63 102 0 24 376 72 66
Binary 1100100 1000101 11001101 110011 1000010 0 10100 11111110 111010 110110

Color Harmonies of #6445CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445CD

Black with #6445CD

Text Example


Text Example

White with #6445CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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