Html Css Color HEX #6650CF Slate Blue

📋 copy color: '#6650CF'

red 102 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #6650CF

Tints of Slate Blue #6650CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

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

R = 26.22%
G = 20.57%
B = 53.21%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6650CF (or 0x6650CF) is known color: Slate Blue. HEX triplet: 66, 50 and CF. RGB value is (102,80,207). Sum of RGB (Red+Green+Blue) = 102+80+207=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6650CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650CF is #99AF30. Grayscale: #646464. Windows color (decimal): -10071857 or 13586534. OLE color: 13586534.

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

Color convert

RGB 102 80 207 -
CMYK 0.51 0.61 0 0.19
HSL 250.39º 0.57% 0.56% -
HSV(B) 250.39º 0.61% 0.81% -
XYZ 19.61 13.07 60.52 -
YUV 101.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 102 80 207 0.51 0.61 0 0.19 250.39 0.57 0.56
Hex 66 50 CF 33 3D 0 13 FA 39 38
Octal 146 120 317 63 75 0 23 372 71 70
Binary 1100110 1010000 11001111 110011 111101 0 10011 11111010 111001 111000

Color Harmonies of #6650CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650CF

Black with #6650CF

Text Example


Text Example

White with #6650CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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