Html Css Color HEX #6562CE Slate Blue

📋 copy color: '#6562CE'

red 101 ◦ green 98 ◦ blue 206

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

Shades of Slate Blue #6562CE

Tints of Slate Blue #6562CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 24.94%
G = 24.2%
B = 50.86%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6562CE (or 0x6562CE) is known color: Slate Blue. HEX triplet: 65, 62 and CE. RGB value is (101,98,206). Sum of RGB (Red+Green+Blue) = 101+98+206=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6562CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CE is #9A9D31. Grayscale: #6E6E6E. Windows color (decimal): -10132786 or 13525605. OLE color: 13525605.

HSL color Cylindrical-coordinate representation of color #6562CE: hue angle of 241.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6562CE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 98 206 -
CMYK 0.51 0.52 0 0.19
HSL 241.67º 0.52% 0.6% -
HSV(B) 241.67º 0.52% 0.81% -
XYZ 20.88 15.96 60.37 -
YUV 111.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 101 98 206 0.51 0.52 0 0.19 241.67 0.52 0.6
Hex 65 62 CE 33 34 0 13 F2 34 3C
Octal 145 142 316 63 64 0 23 362 64 74
Binary 1100101 1100010 11001110 110011 110100 0 10011 11110010 110100 111100

Color Harmonies of #6562CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6562CE

Black with #6562CE

Text Example


Text Example

White with #6562CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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