Html Css Color HEX #6F68DC Slate Blue

📋 copy color: '#6F68DC'

red 111 ◦ green 104 ◦ blue 220

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

Shades of Slate Blue #6F68DC

Tints of Slate Blue #6F68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 25.52%
G = 23.91%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F68DC (or 0x6F68DC) is known color: Slate Blue. HEX triplet: 6F, 68 and DC. RGB value is (111,104,220). Sum of RGB (Red+Green+Blue) = 111+104+220=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F68DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68DC is #909723. Grayscale: #767676. Windows color (decimal): -9475876 or 14444655. OLE color: 14444655.

HSL color Cylindrical-coordinate representation of color #6F68DC: hue angle of 243.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F68DC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 104 220 -
CMYK 0.50 0.53 0 0.14
HSL 243.62º 0.62% 0.64% -
HSV(B) 243.62º 0.53% 0.86% -
XYZ 24.42 18.45 69.98 -
YUV 119.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 111 104 220 0.50 0.53 0 0.14 243.62 0.62 0.64
Hex 6F 68 DC 32 35 0 E F4 3E 40
Octal 157 150 334 62 65 0 16 364 76 100
Binary 1101111 1101000 11011100 110010 110101 0 1110 11110100 111110 1000000

Color Harmonies of #6F68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68DC

Black with #6F68DC

Text Example


Text Example

White with #6F68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,220); }

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

background-color css

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

 a { background-color: rgb(111,104,220); }

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

border-color css

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

 span { border-color: rgb(111,104,220); }

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