Html Css Color HEX #6F7299 Scampi

📋 copy color: '#6F7299'

red 111 ◦ green 114 ◦ blue 153

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

Shades of Scampi #6F7299

Tints of Scampi #6F7299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 29.37%
G = 30.16%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F7299 (or 0x6F7299) is known color: Scampi. HEX triplet: 6F, 72 and 99. RGB value is (111,114,153). Sum of RGB (Red+Green+Blue) = 111+114+153=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F7299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7299 is #908D66. Grayscale: #757575. Windows color (decimal): -9473383 or 10056303. OLE color: 10056303.

HSL color Cylindrical-coordinate representation of color #6F7299: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7299 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 114 153 -
CMYK 0.27 0.25 0 0.4
HSL 235.71º 0.17% 0.52% -
HSV(B) 235.71º 0.27% 0.6% -
XYZ 18.32 17.71 32.59 -
YUV 117.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 111 114 153 0.27 0.25 0 0.4 235.71 0.17 0.52
Hex 6F 72 99 1B 19 0 28 EC 11 34
Octal 157 162 231 33 31 0 50 354 21 64
Binary 1101111 1110010 10011001 11011 11001 0 101000 11101100 10001 110100

Color Harmonies of #6F7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7299

Black with #6F7299

Text Example


Text Example

White with #6F7299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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