Html Css Color HEX #6C64DD Slate Blue

📋 copy color: '#6C64DD'

red 108 ◦ green 100 ◦ blue 221

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

Shades of Slate Blue #6C64DD

Tints of Slate Blue #6C64DD

RGB

 RED value IS 108 (42.58% from 255) = 25.17%

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 25.17%
G = 23.31%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C64DD (or 0x6C64DD) is known color: Slate Blue. HEX triplet: 6C, 64 and DD. RGB value is (108,100,221). Sum of RGB (Red+Green+Blue) = 108+100+221=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C64DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64DD is #939B22. Grayscale: #737373. Windows color (decimal): -9673507 or 14509164. OLE color: 14509164.

HSL color Cylindrical-coordinate representation of color #6C64DD: hue angle of 243.97º degrees, saturation: 0.64, 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 #6C64DD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 100 221 -
CMYK 0.51 0.55 0 0.13
HSL 243.97º 0.64% 0.63% -
HSV(B) 243.97º 0.55% 0.87% -
XYZ 23.79 17.52 70.53 -
YUV 116.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 108 100 221 0.51 0.55 0 0.13 243.97 0.64 0.63
Hex 6C 64 DD 33 37 0 D F4 40 3F
Octal 154 144 335 63 67 0 15 364 100 77
Binary 1101100 1100100 11011101 110011 110111 0 1101 11110100 1000000 111111

Color Harmonies of #6C64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C64DD

Black with #6C64DD

Text Example


Text Example

White with #6C64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C64DD; }

 p { color: rgb(108,100,221); }

 H1.HeaderClassName
 {
   color: #6C64DD;
 }
 .AnyTagClassName
 {
   color: #6C64DD;
 }
</style>

background-color css

<style>
 a { background-color: #6C64DD; }

 a { background-color: rgb(108,100,221); }

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

border-color css

<style>
 span { border-color: #6C64DD; }

 span { border-color: rgb(108,100,221); }

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