Html Css Color HEX #6469FF Medium Slate Blue

📋 copy color: '#6469FF'

red 100 ◦ green 105 ◦ blue 255

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

Shades of Medium Slate Blue #6469FF

Tints of Medium Slate Blue #6469FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 21.74%
G = 22.83%
B = 55.43%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6469FF (or 0x6469FF) is known color: Medium Slate Blue. HEX triplet: 64, 69 and FF. RGB value is (100,105,255). Sum of RGB (Red+Green+Blue) = 100+105+255=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #6469FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6469FF is #9B9600. Grayscale: #777777. Windows color (decimal): -10196481 or 16738660. OLE color: 16738660.

HSL color Cylindrical-coordinate representation of color #6469FF: hue angle of 238.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6469FF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 105 255 -
CMYK 0.61 0.59 0 0
HSL 238.06º 1% 0.7% -
HSV(B) 238.06º 0.61% 1% -
XYZ 28.36 20.03 96.98 -
YUV 120.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 100 105 255 0.61 0.59 0 0 238.06 1 0.7
Hex 64 69 FF 3D 3B 0 0 EE 64 46
Octal 144 151 377 75 73 0 0 356 144 106
Binary 1100100 1101001 11111111 111101 111011 0 0 11101110 1100100 1000110

Color Harmonies of #6469FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469FF

Black with #6469FF

Text Example


Text Example

White with #6469FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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