Html Css Color HEX #6F68AB Scampi

📋 copy color: '#6F68AB'

red 111 ◦ green 104 ◦ blue 171

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

Shades of Scampi #6F68AB

Tints of Scampi #6F68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 28.76%
G = 26.94%
B = 44.3%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F68AB (or 0x6F68AB) is known color: Scampi. HEX triplet: 6F, 68 and AB. RGB value is (111,104,171). Sum of RGB (Red+Green+Blue) = 111+104+171=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F68AB is #909754. Grayscale: #717171. Windows color (decimal): -9475925 or 11233391. OLE color: 11233391.

HSL color Cylindrical-coordinate representation of color #6F68AB: hue angle of 246.27º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F68AB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 104 171 -
CMYK 0.35 0.39 0 0.33
HSL 246.27º 0.29% 0.54% -
HSV(B) 246.27º 0.39% 0.67% -
XYZ 18.86 16.22 40.67 -
YUV 113.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 111 104 171 0.35 0.39 0 0.33 246.27 0.29 0.54
Hex 6F 68 AB 23 27 0 21 F6 1D 36
Octal 157 150 253 43 47 0 41 366 35 66
Binary 1101111 1101000 10101011 100011 100111 0 100001 11110110 11101 110110

Color Harmonies of #6F68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68AB

Black with #6F68AB

Text Example


Text Example

White with #6F68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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