Html Css Color HEX #6469DB Slate Blue

📋 copy color: '#6469DB'

red 100 ◦ green 105 ◦ blue 219

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

Shades of Slate Blue #6469DB

Tints of Slate Blue #6469DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 23.58%
G = 24.76%
B = 51.65%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6469DB (or 0x6469DB) is known color: Slate Blue. HEX triplet: 64, 69 and DB. RGB value is (100,105,219). Sum of RGB (Red+Green+Blue) = 100+105+219=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6469DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469DB is #9B9624. Grayscale: #747474. Windows color (decimal): -10196517 or 14379364. OLE color: 14379364.

HSL color Cylindrical-coordinate representation of color #6469DB: hue angle of 237.48º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6469DB is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 105 219 -
CMYK 0.54 0.52 0 0.14
HSL 237.48º 0.62% 0.63% -
HSV(B) 237.48º 0.54% 0.86% -
XYZ 23.09 17.93 69.26 -
YUV 116.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 100 105 219 0.54 0.52 0 0.14 237.48 0.62 0.63
Hex 64 69 DB 36 34 0 E ED 3E 3F
Octal 144 151 333 66 64 0 16 355 76 77
Binary 1100100 1101001 11011011 110110 110100 0 1110 11101101 111110 111111

Color Harmonies of #6469DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469DB

Black with #6469DB

Text Example


Text Example

White with #6469DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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