Html Css Color HEX #6A62A7 Scampi

📋 copy color: '#6A62A7'

red 106 ◦ green 98 ◦ blue 167

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

Shades of Scampi #6A62A7

Tints of Scampi #6A62A7

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 28.57%
G = 26.42%
B = 45.01%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6A62A7 (or 0x6A62A7) is known color: Scampi. HEX triplet: 6A, 62 and A7. RGB value is (106,98,167). Sum of RGB (Red+Green+Blue) = 106+98+167=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #6A62A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A62A7 is #959D58. Grayscale: #6B6B6B. Windows color (decimal): -9805145 or 10969706. OLE color: 10969706.

HSL color Cylindrical-coordinate representation of color #6A62A7: hue angle of 246.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A62A7 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 98 167 -
CMYK 0.37 0.41 0 0.35
HSL 246.96º 0.28% 0.52% -
HSV(B) 246.96º 0.41% 0.65% -
XYZ 17.29 14.59 38.46 -
YUV 108.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 106 98 167 0.37 0.41 0 0.35 246.96 0.28 0.52
Hex 6A 62 A7 25 29 0 23 F7 1C 34
Octal 152 142 247 45 51 0 43 367 34 64
Binary 1101010 1100010 10100111 100101 101001 0 100011 11110111 11100 110100

Color Harmonies of #6A62A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A62A7

Black with #6A62A7

Text Example


Text Example

White with #6A62A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,98,167); }

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

background-color css

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

 a { background-color: rgb(106,98,167); }

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

border-color css

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

 span { border-color: rgb(106,98,167); }

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