Html Css Color HEX #6653DE Slate Blue

📋 copy color: '#6653DE'

red 102 ◦ green 83 ◦ blue 222

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

Shades of Slate Blue #6653DE

Tints of Slate Blue #6653DE

RGB

 RED value IS 102 (40.23% from 255) = 25.06%

 GREEN value IS 83 (32.81% from 255) = 20.39%

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

R = 25.06%
G = 20.39%
B = 54.55%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6653DE (or 0x6653DE) is known color: Slate Blue. HEX triplet: 66, 53 and DE. RGB value is (102,83,222). Sum of RGB (Red+Green+Blue) = 102+83+222=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #6653DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653DE is #99AC21. Grayscale: #676767. Windows color (decimal): -10071074 or 14570342. OLE color: 14570342.

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

Color convert

RGB 102 83 222 -
CMYK 0.54 0.63 0 0.13
HSL 248.2º 0.68% 0.6% -
HSV(B) 248.2º 0.63% 0.87% -
XYZ 21.76 14.29 70.72 -
YUV 104.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 102 83 222 0.54 0.63 0 0.13 248.2 0.68 0.6
Hex 66 53 DE 36 3F 0 D F8 44 3C
Octal 146 123 336 66 77 0 15 370 104 74
Binary 1100110 1010011 11011110 110110 111111 0 1101 11111000 1000100 111100

Color Harmonies of #6653DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6653DE

Black with #6653DE

Text Example


Text Example

White with #6653DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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