Html Css Color HEX #6271DB Slate Blue

📋 copy color: '#6271DB'

red 98 ◦ green 113 ◦ blue 219

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

Shades of Slate Blue #6271DB

Tints of Slate Blue #6271DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

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

R = 22.79%
G = 26.28%
B = 50.93%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6271DB (or 0x6271DB) is known color: Slate Blue. HEX triplet: 62, 71 and DB. RGB value is (98,113,219). Sum of RGB (Red+Green+Blue) = 98+113+219=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #6271DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271DB is #9D8E24. Grayscale: #787878. Windows color (decimal): -10325541 or 14381410. OLE color: 14381410.

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

Color convert

RGB 98 113 219 -
CMYK 0.55 0.48 0 0.14
HSL 232.56º 0.63% 0.62% -
HSV(B) 232.56º 0.55% 0.86% -
XYZ 23.73 19.52 69.54 -
YUV 120.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 98 113 219 0.55 0.48 0 0.14 232.56 0.63 0.62
Hex 62 71 DB 37 30 0 E E9 3F 3E
Octal 142 161 333 67 60 0 16 351 77 76
Binary 1100010 1110001 11011011 110111 110000 0 1110 11101001 111111 111110

Color Harmonies of #6271DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6271DB

Black with #6271DB

Text Example


Text Example

White with #6271DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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