Html Css Color HEX #6562DD Slate Blue

📋 copy color: '#6562DD'

red 101 ◦ green 98 ◦ blue 221

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

Shades of Slate Blue #6562DD

Tints of Slate Blue #6562DD

RGB

 RED value IS 101 (39.84% from 255) = 24.05%

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 24.05%
G = 23.33%
B = 52.62%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6562DD (or 0x6562DD) is known color: Slate Blue. HEX triplet: 65, 62 and DD. RGB value is (101,98,221). Sum of RGB (Red+Green+Blue) = 101+98+221=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #6562DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562DD is #9A9D22. Grayscale: #707070. Windows color (decimal): -10132771 or 14508645. OLE color: 14508645.

HSL color Cylindrical-coordinate representation of color #6562DD: hue angle of 241.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6562DD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 98 221 -
CMYK 0.54 0.56 0 0.13
HSL 241.46º 0.64% 0.63% -
HSV(B) 241.46º 0.56% 0.87% -
XYZ 22.79 16.72 70.43 -
YUV 112.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 101 98 221 0.54 0.56 0 0.13 241.46 0.64 0.63
Hex 65 62 DD 36 38 0 D F1 40 3F
Octal 145 142 335 66 70 0 15 361 100 77
Binary 1100101 1100010 11011101 110110 111000 0 1101 11110001 1000000 111111

Color Harmonies of #6562DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6562DD

Black with #6562DD

Text Example


Text Example

White with #6562DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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