Html Css Color HEX #6266DB Slate Blue

📋 copy color: '#6266DB'

red 98 ◦ green 102 ◦ blue 219

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

Shades of Slate Blue #6266DB

Tints of Slate Blue #6266DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 23.39%
G = 24.34%
B = 52.27%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6266DB (or 0x6266DB) is known color: Slate Blue. HEX triplet: 62, 66 and DB. RGB value is (98,102,219). Sum of RGB (Red+Green+Blue) = 98+102+219=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6266DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266DB is #9D9924. Grayscale: #717171. Windows color (decimal): -10328357 or 14378594. OLE color: 14378594.

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

Color convert

RGB 98 102 219 -
CMYK 0.55 0.53 0 0.14
HSL 238.02º 0.63% 0.62% -
HSV(B) 238.02º 0.55% 0.86% -
XYZ 22.57 17.21 69.15 -
YUV 114.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 98 102 219 0.55 0.53 0 0.14 238.02 0.63 0.62
Hex 62 66 DB 37 35 0 E EE 3F 3E
Octal 142 146 333 67 65 0 16 356 77 76
Binary 1100010 1100110 11011011 110111 110101 0 1110 11101110 111111 111110

Color Harmonies of #6266DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266DB

Black with #6266DB

Text Example


Text Example

White with #6266DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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