Html Css Color HEX #6266DE Slate Blue

📋 copy color: '#6266DE'

red 98 ◦ green 102 ◦ blue 222

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

Shades of Slate Blue #6266DE

Tints of Slate Blue #6266DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 23.22%
G = 24.17%
B = 52.61%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6266DE (or 0x6266DE) is known color: Slate Blue. HEX triplet: 62, 66 and DE. RGB value is (98,102,222). Sum of RGB (Red+Green+Blue) = 98+102+222=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #6266DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266DE is #9D9921. Grayscale: #727272. Windows color (decimal): -10328354 or 14575202. OLE color: 14575202.

HSL color Cylindrical-coordinate representation of color #6266DE: hue angle of 238.06º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6266DE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 102 222 -
CMYK 0.56 0.54 0 0.13
HSL 238.06º 0.65% 0.63% -
HSV(B) 238.06º 0.56% 0.87% -
XYZ 22.97 17.37 71.25 -
YUV 114.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 98 102 222 0.56 0.54 0 0.13 238.06 0.65 0.63
Hex 62 66 DE 38 36 0 D EE 41 3F
Octal 142 146 336 70 66 0 15 356 101 77
Binary 1100010 1100110 11011110 111000 110110 0 1101 11101110 1000001 111111

Color Harmonies of #6266DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266DE

Black with #6266DE

Text Example


Text Example

White with #6266DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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