Html Css Color HEX #6468DB Slate Blue

📋 copy color: '#6468DB'

red 100 ◦ green 104 ◦ blue 219

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

Shades of Slate Blue #6468DB

Tints of Slate Blue #6468DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 23.64%
G = 24.59%
B = 51.77%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6468DB (or 0x6468DB) is known color: Slate Blue. HEX triplet: 64, 68 and DB. RGB value is (100,104,219). Sum of RGB (Red+Green+Blue) = 100+104+219=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6468DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468DB is #9B9724. Grayscale: #737373. Windows color (decimal): -10196773 or 14379108. OLE color: 14379108.

HSL color Cylindrical-coordinate representation of color #6468DB: hue angle of 237.98º 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 #6468DB is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 104 219 -
CMYK 0.54 0.53 0 0.14
HSL 237.98º 0.62% 0.63% -
HSV(B) 237.98º 0.54% 0.86% -
XYZ 22.99 17.72 69.23 -
YUV 115.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 100 104 219 0.54 0.53 0 0.14 237.98 0.62 0.63
Hex 64 68 DB 36 35 0 E EE 3E 3F
Octal 144 150 333 66 65 0 16 356 76 77
Binary 1100100 1101000 11011011 110110 110101 0 1110 11101110 111110 111111

Color Harmonies of #6468DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468DB

Black with #6468DB

Text Example


Text Example

White with #6468DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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