Html Css Color HEX #6654CF Slate Blue

📋 copy color: '#6654CF'

red 102 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #6654CF

Tints of Slate Blue #6654CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 25.95%
G = 21.37%
B = 52.67%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6654CF (or 0x6654CF) is known color: Slate Blue. HEX triplet: 66, 54 and CF. RGB value is (102,84,207). Sum of RGB (Red+Green+Blue) = 102+84+207=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #6654CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654CF is #99AB30. Grayscale: #666666. Windows color (decimal): -10070833 or 13587558. OLE color: 13587558.

HSL color Cylindrical-coordinate representation of color #6654CF: hue angle of 248.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6654CF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 84 207 -
CMYK 0.51 0.59 0 0.19
HSL 248.78º 0.56% 0.57% -
HSV(B) 248.78º 0.59% 0.81% -
XYZ 19.91 13.67 60.62 -
YUV 103.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 102 84 207 0.51 0.59 0 0.19 248.78 0.56 0.57
Hex 66 54 CF 33 3B 0 13 F9 38 39
Octal 146 124 317 63 73 0 23 371 70 71
Binary 1100110 1010100 11001111 110011 111011 0 10011 11111001 111000 111001

Color Harmonies of #6654CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6654CF

Black with #6654CF

Text Example


Text Example

White with #6654CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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