Html Css Color HEX #6467DC Slate Blue

📋 copy color: '#6467DC'

red 100 ◦ green 103 ◦ blue 220

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

Shades of Slate Blue #6467DC

Tints of Slate Blue #6467DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 23.64%
G = 24.35%
B = 52.01%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6467DC (or 0x6467DC) is known color: Slate Blue. HEX triplet: 64, 67 and DC. RGB value is (100,103,220). Sum of RGB (Red+Green+Blue) = 100+103+220=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6467DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467DC is #9B9823. Grayscale: #727272. Windows color (decimal): -10197028 or 14444388. OLE color: 14444388.

HSL color Cylindrical-coordinate representation of color #6467DC: hue angle of 238.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6467DC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 103 220 -
CMYK 0.55 0.53 0 0.14
HSL 238.5º 0.63% 0.63% -
HSV(B) 238.5º 0.55% 0.86% -
XYZ 23.02 17.58 69.89 -
YUV 115.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 100 103 220 0.55 0.53 0 0.14 238.5 0.63 0.63
Hex 64 67 DC 37 35 0 E EE 3F 3F
Octal 144 147 334 67 65 0 16 356 77 77
Binary 1100100 1100111 11011100 110111 110101 0 1110 11101110 111111 111111

Color Harmonies of #6467DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6467DC

Black with #6467DC

Text Example


Text Example

White with #6467DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6467DC; }

 p { color: rgb(100,103,220); }

 H1.HeaderClassName
 {
   color: #6467DC;
 }
 .AnyTagClassName
 {
   color: #6467DC;
 }
</style>

background-color css

<style>
 a { background-color: #6467DC; }

 a { background-color: rgb(100,103,220); }

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

border-color css

<style>
 span { border-color: #6467DC; }

 span { border-color: rgb(100,103,220); }

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