Html Css Color HEX #6F50CC Slate Blue

📋 copy color: '#6F50CC'

red 111 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #6F50CC

Tints of Slate Blue #6F50CC

RGB

 RED value IS 111 (43.75% from 255) = 28.1%

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 28.1%
G = 20.25%
B = 51.65%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F50CC (or 0x6F50CC) is known color: Slate Blue. HEX triplet: 6F, 50 and CC. RGB value is (111,80,204). Sum of RGB (Red+Green+Blue) = 111+80+204=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50CC is #90AF33. Grayscale: #666666. Windows color (decimal): -9482036 or 13389935. OLE color: 13389935.

HSL color Cylindrical-coordinate representation of color #6F50CC: hue angle of 255º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F50CC is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 80 204 -
CMYK 0.46 0.61 0 0.2
HSL 255º 0.55% 0.56% -
HSV(B) 255º 0.61% 0.8% -
XYZ 20.32 13.48 58.66 -
YUV 103.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 111 80 204 0.46 0.61 0 0.2 255 0.55 0.56
Hex 6F 50 CC 2E 3D 0 14 FF 37 38
Octal 157 120 314 56 75 0 24 377 67 70
Binary 1101111 1010000 11001100 101110 111101 0 10100 11111111 110111 111000

Color Harmonies of #6F50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F50CC

Black with #6F50CC

Text Example


Text Example

White with #6F50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F50CC; }

 p { color: rgb(111,80,204); }

 H1.HeaderClassName
 {
   color: #6F50CC;
 }
 .AnyTagClassName
 {
   color: #6F50CC;
 }
</style>

background-color css

<style>
 a { background-color: #6F50CC; }

 a { background-color: rgb(111,80,204); }

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

border-color css

<style>
 span { border-color: #6F50CC; }

 span { border-color: rgb(111,80,204); }

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