Html Css Color HEX #6469DE Slate Blue

📋 copy color: '#6469DE'

red 100 ◦ green 105 ◦ blue 222

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

Shades of Slate Blue #6469DE

Tints of Slate Blue #6469DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 23.42%
G = 24.59%
B = 51.99%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6469DE (or 0x6469DE) is known color: Slate Blue. HEX triplet: 64, 69 and DE. RGB value is (100,105,222). Sum of RGB (Red+Green+Blue) = 100+105+222=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #6469DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469DE is #9B9621. Grayscale: #747474. Windows color (decimal): -10196514 or 14575972. OLE color: 14575972.

HSL color Cylindrical-coordinate representation of color #6469DE: hue angle of 237.54º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6469DE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 105 222 -
CMYK 0.55 0.53 0 0.13
HSL 237.54º 0.65% 0.63% -
HSV(B) 237.54º 0.55% 0.87% -
XYZ 23.49 18.09 71.36 -
YUV 116.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 100 105 222 0.55 0.53 0 0.13 237.54 0.65 0.63
Hex 64 69 DE 37 35 0 D EE 41 3F
Octal 144 151 336 67 65 0 15 356 101 77
Binary 1100100 1101001 11011110 110111 110101 0 1101 11101110 1000001 111111

Color Harmonies of #6469DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469DE

Black with #6469DE

Text Example


Text Example

White with #6469DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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