Html Css Color HEX #6455D2 Slate Blue

📋 copy color: '#6455D2'

red 100 ◦ green 85 ◦ blue 210

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

Shades of Slate Blue #6455D2

Tints of Slate Blue #6455D2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 25.32%
G = 21.52%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6455D2 (or 0x6455D2) is known color: Slate Blue. HEX triplet: 64, 55 and D2. RGB value is (100,85,210). Sum of RGB (Red+Green+Blue) = 100+85+210=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #6455D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455D2 is #9BAA2D. Grayscale: #676767. Windows color (decimal): -10201646 or 13784420. OLE color: 13784420.

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

Color convert

RGB 100 85 210 -
CMYK 0.52 0.60 0 0.18
HSL 247.2º 0.58% 0.58% -
HSV(B) 247.2º 0.6% 0.82% -
XYZ 20.14 13.86 62.59 -
YUV 103.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 100 85 210 0.52 0.60 0 0.18 247.2 0.58 0.58
Hex 64 55 D2 34 3C 0 12 F7 3A 3A
Octal 144 125 322 64 74 0 22 367 72 72
Binary 1100100 1010101 11010010 110100 111100 0 10010 11110111 111010 111010

Color Harmonies of #6455D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455D2

Black with #6455D2

Text Example


Text Example

White with #6455D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6455D2; }

 p { color: rgb(100,85,210); }

 H1.HeaderClassName
 {
   color: #6455D2;
 }
 .AnyTagClassName
 {
   color: #6455D2;
 }
</style>

background-color css

<style>
 a { background-color: #6455D2; }

 a { background-color: rgb(100,85,210); }

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

border-color css

<style>
 span { border-color: #6455D2; }

 span { border-color: rgb(100,85,210); }

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