Html Css Color HEX #6F729A Scampi

📋 copy color: '#6F729A'

red 111 ◦ green 114 ◦ blue 154

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

Shades of Scampi #6F729A

Tints of Scampi #6F729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 29.29%
G = 30.08%
B = 40.63%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F729A (or 0x6F729A) is known color: Scampi. HEX triplet: 6F, 72 and 9A. RGB value is (111,114,154). Sum of RGB (Red+Green+Blue) = 111+114+154=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F729A is #908D65. Grayscale: #757575. Windows color (decimal): -9473382 or 10121839. OLE color: 10121839.

HSL color Cylindrical-coordinate representation of color #6F729A: hue angle of 235.81º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F729A is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 114 154 -
CMYK 0.28 0.26 0 0.40
HSL 235.81º 0.18% 0.52% -
HSV(B) 235.81º 0.28% 0.6% -
XYZ 18.41 17.75 33.03 -
YUV 117.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 111 114 154 0.28 0.26 0 0.40 235.81 0.18 0.52
Hex 6F 72 9A 1C 1A 0 28 EC 12 34
Octal 157 162 232 34 32 0 50 354 22 64
Binary 1101111 1110010 10011010 11100 11010 0 101000 11101100 10010 110100

Color Harmonies of #6F729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F729A

Black with #6F729A

Text Example


Text Example

White with #6F729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,154); }

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

background-color css

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

 a { background-color: rgb(111,114,154); }

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

border-color css

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

 span { border-color: rgb(111,114,154); }

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