Html Css Color HEX #6B6798 Scampi

📋 copy color: '#6B6798'

red 107 ◦ green 103 ◦ blue 152

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

Shades of Scampi #6B6798

Tints of Scampi #6B6798

RGB

 RED value IS 107 (42.19% from 255) = 29.56%

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 29.56%
G = 28.45%
B = 41.99%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B6798 (or 0x6B6798) is known color: Scampi. HEX triplet: 6B, 67 and 98. RGB value is (107,103,152). Sum of RGB (Red+Green+Blue) = 107+103+152=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B6798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6798 is #949867. Grayscale: #6D6D6D. Windows color (decimal): -9738344 or 9987947. OLE color: 9987947.

HSL color Cylindrical-coordinate representation of color #6B6798: hue angle of 244.9º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6798 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 103 152 -
CMYK 0.30 0.32 0 0.40
HSL 244.9º 0.19% 0.5% -
HSV(B) 244.9º 0.32% 0.6% -
XYZ 16.58 15.09 31.75 -
YUV 109.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 107 103 152 0.30 0.32 0 0.40 244.9 0.19 0.5
Hex 6B 67 98 1E 20 0 28 F5 13 32
Octal 153 147 230 36 40 0 50 365 23 62
Binary 1101011 1100111 10011000 11110 100000 0 101000 11110101 10011 110010

Color Harmonies of #6B6798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6798

Black with #6B6798

Text Example


Text Example

White with #6B6798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,152); }

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

background-color css

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

 a { background-color: rgb(107,103,152); }

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

border-color css

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

 span { border-color: rgb(107,103,152); }

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