Html Css Color HEX #6B62A7 Scampi

📋 copy color: '#6B62A7'

red 107 ◦ green 98 ◦ blue 167

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

Shades of Scampi #6B62A7

Tints of Scampi #6B62A7

RGB

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

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

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

R = 28.76%
G = 26.34%
B = 44.89%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B62A7 (or 0x6B62A7) is known color: Scampi. HEX triplet: 6B, 62 and A7. RGB value is (107,98,167). Sum of RGB (Red+Green+Blue) = 107+98+167=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #6B62A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B62A7 is #949D58. Grayscale: #6C6C6C. Windows color (decimal): -9739609 or 10969707. OLE color: 10969707.

HSL color Cylindrical-coordinate representation of color #6B62A7: hue angle of 247.83º 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 #6B62A7 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 98 167 -
CMYK 0.36 0.41 0 0.35
HSL 247.83º 0.28% 0.52% -
HSV(B) 247.83º 0.41% 0.65% -
XYZ 17.41 14.65 38.47 -
YUV 108.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 107 98 167 0.36 0.41 0 0.35 247.83 0.28 0.52
Hex 6B 62 A7 24 29 0 23 F8 1C 34
Octal 153 142 247 44 51 0 43 370 34 64
Binary 1101011 1100010 10100111 100100 101001 0 100011 11111000 11100 110100

Color Harmonies of #6B62A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B62A7

Black with #6B62A7

Text Example


Text Example

White with #6B62A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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