Html Css Color HEX #6465DD Slate Blue

📋 copy color: '#6465DD'

red 100 ◦ green 101 ◦ blue 221

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

Shades of Slate Blue #6465DD

Tints of Slate Blue #6465DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.93%

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 23.7%
G = 23.93%
B = 52.37%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6465DD (or 0x6465DD) is known color: Slate Blue. HEX triplet: 64, 65 and DD. RGB value is (100,101,221). Sum of RGB (Red+Green+Blue) = 100+101+221=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #6465DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465DD is #9B9A22. Grayscale: #717171. Windows color (decimal): -10197539 or 14509412. OLE color: 14509412.

HSL color Cylindrical-coordinate representation of color #6465DD: hue angle of 239.5º degrees, saturation: 0.64, 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 #6465DD is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 101 221 -
CMYK 0.55 0.54 0 0.13
HSL 239.5º 0.64% 0.63% -
HSV(B) 239.5º 0.55% 0.87% -
XYZ 22.96 17.24 70.52 -
YUV 114.38 188.17 117.74 -
System Red Green Blue C M Y K H S L
Decimal 100 101 221 0.55 0.54 0 0.13 239.5 0.64 0.63
Hex 64 65 DD 37 36 0 D F0 40 3F
Octal 144 145 335 67 66 0 15 360 100 77
Binary 1100100 1100101 11011101 110111 110110 0 1101 11110000 1000000 111111

Color Harmonies of #6465DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465DD

Black with #6465DD

Text Example


Text Example

White with #6465DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6465DD; }

 p { color: rgb(100,101,221); }

 H1.HeaderClassName
 {
   color: #6465DD;
 }
 .AnyTagClassName
 {
   color: #6465DD;
 }
</style>

background-color css

<style>
 a { background-color: #6465DD; }

 a { background-color: rgb(100,101,221); }

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

border-color css

<style>
 span { border-color: #6465DD; }

 span { border-color: rgb(100,101,221); }

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