Html Css Color HEX #6F6ACC Slate Blue

📋 copy color: '#6F6ACC'

red 111 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #6F6ACC

Tints of Slate Blue #6F6ACC

RGB

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

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

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

R = 26.37%
G = 25.18%
B = 48.46%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F6ACC (or 0x6F6ACC) is known color: Slate Blue. HEX triplet: 6F, 6A and CC. RGB value is (111,106,204). Sum of RGB (Red+Green+Blue) = 111+106+204=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ACC is #909533. Grayscale: #767676. Windows color (decimal): -9475380 or 13396591. OLE color: 13396591.

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

Color convert

RGB 111 106 204 -
CMYK 0.46 0.48 0 0.2
HSL 243.06º 0.49% 0.61% -
HSV(B) 243.06º 0.48% 0.8% -
XYZ 22.61 18.05 59.42 -
YUV 118.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 111 106 204 0.46 0.48 0 0.2 243.06 0.49 0.61
Hex 6F 6A CC 2E 30 0 14 F3 31 3D
Octal 157 152 314 56 60 0 24 363 61 75
Binary 1101111 1101010 11001100 101110 110000 0 10100 11110011 110001 111101

Color Harmonies of #6F6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6ACC

Black with #6F6ACC

Text Example


Text Example

White with #6F6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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