Html Css Color HEX #6467D0 Slate Blue

📋 copy color: '#6467D0'

red 100 ◦ green 103 ◦ blue 208

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

Shades of Slate Blue #6467D0

Tints of Slate Blue #6467D0

RGB

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

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

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

R = 24.33%
G = 25.06%
B = 50.61%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6467D0 (or 0x6467D0) is known color: Slate Blue. HEX triplet: 64, 67 and D0. RGB value is (100,103,208). Sum of RGB (Red+Green+Blue) = 100+103+208=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #6467D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467D0 is #9B982F. Grayscale: #717171. Windows color (decimal): -10197040 or 13657956. OLE color: 13657956.

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

Color convert

RGB 100 103 208 -
CMYK 0.52 0.50 0 0.18
HSL 238.33º 0.53% 0.6% -
HSV(B) 238.33º 0.52% 0.82% -
XYZ 21.49 16.96 61.82 -
YUV 114.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 100 103 208 0.52 0.50 0 0.18 238.33 0.53 0.6
Hex 64 67 D0 34 32 0 12 EE 35 3C
Octal 144 147 320 64 62 0 22 356 65 74
Binary 1100100 1100111 11010000 110100 110010 0 10010 11101110 110101 111100

Color Harmonies of #6467D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6467D0

Black with #6467D0

Text Example


Text Example

White with #6467D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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