Html Css Color HEX #6270DC Slate Blue

📋 copy color: '#6270DC'

red 98 ◦ green 112 ◦ blue 220

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

Shades of Slate Blue #6270DC

Tints of Slate Blue #6270DC

RGB

 RED value IS 98 (38.67% from 255) = 22.79%

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 22.79%
G = 26.05%
B = 51.16%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6270DC (or 0x6270DC) is known color: Slate Blue. HEX triplet: 62, 70 and DC. RGB value is (98,112,220). Sum of RGB (Red+Green+Blue) = 98+112+220=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6270DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270DC is #9D8F23. Grayscale: #777777. Windows color (decimal): -10325796 or 14446690. OLE color: 14446690.

HSL color Cylindrical-coordinate representation of color #6270DC: hue angle of 233.11º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6270DC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 112 220 -
CMYK 0.55 0.49 0 0.14
HSL 233.11º 0.64% 0.62% -
HSV(B) 233.11º 0.55% 0.86% -
XYZ 23.75 19.35 70.19 -
YUV 120.13 184.36 112.22 -
System Red Green Blue C M Y K H S L
Decimal 98 112 220 0.55 0.49 0 0.14 233.11 0.64 0.62
Hex 62 70 DC 37 31 0 E E9 40 3E
Octal 142 160 334 67 61 0 16 351 100 76
Binary 1100010 1110000 11011100 110111 110001 0 1110 11101001 1000000 111110

Color Harmonies of #6270DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270DC

Black with #6270DC

Text Example


Text Example

White with #6270DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6270DC; }

 p { color: rgb(98,112,220); }

 H1.HeaderClassName
 {
   color: #6270DC;
 }
 .AnyTagClassName
 {
   color: #6270DC;
 }
</style>

background-color css

<style>
 a { background-color: #6270DC; }

 a { background-color: rgb(98,112,220); }

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

border-color css

<style>
 span { border-color: #6270DC; }

 span { border-color: rgb(98,112,220); }

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