Html Css Color HEX #6A187B Seance

📋 copy color: '#6A187B'

red 106 ◦ green 24 ◦ blue 123

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

Shades of Seance #6A187B

Tints of Seance #6A187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 41.9%
G = 9.49%
B = 48.62%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A187B (or 0x6A187B) is known color: Seance. HEX triplet: 6A, 18 and 7B. RGB value is (106,24,123). Sum of RGB (Red+Green+Blue) = 106+24+123=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A187B is #95E784. Grayscale: #3B3B3B. Windows color (decimal): -9824133 or 8067178. OLE color: 8067178.

HSL color Cylindrical-coordinate representation of color #6A187B: hue angle of 289.7º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A187B is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 24 123 -
CMYK 0.14 0.80 0 0.52
HSL 289.7º 0.67% 0.29% -
HSV(B) 289.7º 0.8% 0.48% -
XYZ 9.85 5.15 19.21 -
YUV 59.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 106 24 123 0.14 0.80 0 0.52 289.7 0.67 0.29
Hex 6A 18 7B E 50 0 34 122 43 1D
Octal 152 30 173 16 120 0 64 442 103 35
Binary 1101010 11000 1111011 1110 1010000 0 110100 100100010 1000011 11101

Color Harmonies of #6A187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A187B

Black with #6A187B

Text Example


Text Example

White with #6A187B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,123); }

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

background-color css

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

 a { background-color: rgb(106,24,123); }

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

border-color css

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

 span { border-color: rgb(106,24,123); }

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