Html Css Color HEX #6654D8 Slate Blue

📋 copy color: '#6654D8'

red 102 ◦ green 84 ◦ blue 216

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

Shades of Slate Blue #6654D8

Tints of Slate Blue #6654D8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

 BLUE value IS 216 (84.77% from 255) = 53.73%

R = 25.37%
G = 20.9%
B = 53.73%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6654D8 (or 0x6654D8) is known color: Slate Blue. HEX triplet: 66, 54 and D8. RGB value is (102,84,216). Sum of RGB (Red+Green+Blue) = 102+84+216=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #6654D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654D8 is #99AB27. Grayscale: #676767. Windows color (decimal): -10070824 or 14177382. OLE color: 14177382.

HSL color Cylindrical-coordinate representation of color #6654D8: hue angle of 248.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6654D8 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 84 216 -
CMYK 0.53 0.61 0 0.15
HSL 248.18º 0.63% 0.59% -
HSV(B) 248.18º 0.61% 0.85% -
XYZ 21.04 14.12 66.58 -
YUV 104.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 102 84 216 0.53 0.61 0 0.15 248.18 0.63 0.59
Hex 66 54 D8 35 3D 0 F F8 3F 3B
Octal 146 124 330 65 75 0 17 370 77 73
Binary 1100110 1010100 11011000 110101 111101 0 1111 11111000 111111 111011

Color Harmonies of #6654D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6654D8

Black with #6654D8

Text Example


Text Example

White with #6654D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6654D8; }

 p { color: rgb(102,84,216); }

 H1.HeaderClassName
 {
   color: #6654D8;
 }
 .AnyTagClassName
 {
   color: #6654D8;
 }
</style>

background-color css

<style>
 a { background-color: #6654D8; }

 a { background-color: rgb(102,84,216); }

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

border-color css

<style>
 span { border-color: #6654D8; }

 span { border-color: rgb(102,84,216); }

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