Html Css Color HEX #6562CC Slate Blue

📋 copy color: '#6562CC'

red 101 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #6562CC

Tints of Slate Blue #6562CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 25.06%
G = 24.32%
B = 50.62%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6562CC (or 0x6562CC) is known color: Slate Blue. HEX triplet: 65, 62 and CC. RGB value is (101,98,204). Sum of RGB (Red+Green+Blue) = 101+98+204=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6562CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CC is #9A9D33. Grayscale: #6E6E6E. Windows color (decimal): -10132788 or 13394533. OLE color: 13394533.

HSL color Cylindrical-coordinate representation of color #6562CC: hue angle of 241.7º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6562CC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 98 204 -
CMYK 0.50 0.52 0 0.2
HSL 241.7º 0.51% 0.59% -
HSV(B) 241.7º 0.52% 0.8% -
XYZ 20.63 15.86 59.1 -
YUV 110.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 101 98 204 0.50 0.52 0 0.2 241.7 0.51 0.59
Hex 65 62 CC 32 34 0 14 F2 33 3B
Octal 145 142 314 62 64 0 24 362 63 73
Binary 1100101 1100010 11001100 110010 110100 0 10100 11110010 110011 111011

Color Harmonies of #6562CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6562CC

Black with #6562CC

Text Example


Text Example

White with #6562CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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