Html Css Color HEX #6270DB Slate Blue

📋 copy color: '#6270DB'

red 98 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6270DB

Tints of Slate Blue #6270DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 22.84%
G = 26.11%
B = 51.05%

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

#6270DB (or 0x6270DB) is known color: Slate Blue. HEX triplet: 62, 70 and DB. RGB value is (98,112,219). Sum of RGB (Red+Green+Blue) = 98+112+219=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #6270DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270DB is #9D8F24. Grayscale: #777777. Windows color (decimal): -10325797 or 14381154. OLE color: 14381154.

HSL color Cylindrical-coordinate representation of color #6270DB: hue angle of 233.06º degrees, saturation: 0.63, 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 #6270DB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 112 219 -
CMYK 0.55 0.49 0 0.14
HSL 233.06º 0.63% 0.62% -
HSV(B) 233.06º 0.55% 0.86% -
XYZ 23.62 19.3 69.5 -
YUV 120.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 98 112 219 0.55 0.49 0 0.14 233.06 0.63 0.62
Hex 62 70 DB 37 31 0 E E9 3F 3E
Octal 142 160 333 67 61 0 16 351 77 76
Binary 1100010 1110000 11011011 110111 110001 0 1110 11101001 111111 111110

Color Harmonies of #6270DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270DB

Black with #6270DB

Text Example


Text Example

White with #6270DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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