Html Css Color HEX #6F6ACF Slate Blue

📋 copy color: '#6F6ACF'

red 111 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #6F6ACF

Tints of Slate Blue #6F6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25%

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

R = 26.18%
G = 25%
B = 48.82%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F6ACF (or 0x6F6ACF) is known color: Slate Blue. HEX triplet: 6F, 6A and CF. RGB value is (111,106,207). Sum of RGB (Red+Green+Blue) = 111+106+207=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ACF is #909530. Grayscale: #767676. Windows color (decimal): -9475377 or 13593199. OLE color: 13593199.

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

Color convert

RGB 111 106 207 -
CMYK 0.46 0.49 0 0.19
HSL 242.97º 0.51% 0.61% -
HSV(B) 242.97º 0.49% 0.81% -
XYZ 22.97 18.19 61.33 -
YUV 119.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 111 106 207 0.46 0.49 0 0.19 242.97 0.51 0.61
Hex 6F 6A CF 2E 31 0 13 F3 33 3D
Octal 157 152 317 56 61 0 23 363 63 75
Binary 1101111 1101010 11001111 101110 110001 0 10011 11110011 110011 111101

Color Harmonies of #6F6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6ACF

Black with #6F6ACF

Text Example


Text Example

White with #6F6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,207); }

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

background-color css

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

 a { background-color: rgb(111,106,207); }

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

border-color css

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

 span { border-color: rgb(111,106,207); }

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