Html Css Color HEX #6469DC Slate Blue

📋 copy color: '#6469DC'

red 100 ◦ green 105 ◦ blue 220

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

Shades of Slate Blue #6469DC

Tints of Slate Blue #6469DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

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

R = 23.53%
G = 24.71%
B = 51.76%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6469DC (or 0x6469DC) is known color: Slate Blue. HEX triplet: 64, 69 and DC. RGB value is (100,105,220). Sum of RGB (Red+Green+Blue) = 100+105+220=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #6469DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469DC is #9B9623. Grayscale: #747474. Windows color (decimal): -10196516 or 14444900. OLE color: 14444900.

HSL color Cylindrical-coordinate representation of color #6469DC: hue angle of 237.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 #6469DC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 105 220 -
CMYK 0.55 0.52 0 0.14
HSL 237.5º 0.63% 0.63% -
HSV(B) 237.5º 0.55% 0.86% -
XYZ 23.23 17.98 69.96 -
YUV 116.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 100 105 220 0.55 0.52 0 0.14 237.5 0.63 0.63
Hex 64 69 DC 37 34 0 E EE 3F 3F
Octal 144 151 334 67 64 0 16 356 77 77
Binary 1100100 1101001 11011100 110111 110100 0 1110 11101110 111111 111111

Color Harmonies of #6469DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469DC

Black with #6469DC

Text Example


Text Example

White with #6469DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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