Html Css Color HEX #6B427C Affair

📋 copy color: '#6B427C'

red 107 ◦ green 66 ◦ blue 124

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

Shades of Affair #6B427C

Tints of Affair #6B427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 36.03%
G = 22.22%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B427C (or 0x6B427C) is known color: Affair. HEX triplet: 6B, 42 and 7C. RGB value is (107,66,124). Sum of RGB (Red+Green+Blue) = 107+66+124=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B427C is #94BD83. Grayscale: #545454. Windows color (decimal): -9747844 or 8143467. OLE color: 8143467.

HSL color Cylindrical-coordinate representation of color #6B427C: hue angle of 282.41º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B427C is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 66 124 -
CMYK 0.14 0.47 0 0.51
HSL 282.41º 0.31% 0.37% -
HSV(B) 282.41º 0.47% 0.49% -
XYZ 11.65 8.48 20.09 -
YUV 84.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 107 66 124 0.14 0.47 0 0.51 282.41 0.31 0.37
Hex 6B 42 7C E 2F 0 33 11A 1F 25
Octal 153 102 174 16 57 0 63 432 37 45
Binary 1101011 1000010 1111100 1110 101111 0 110011 100011010 11111 100101

Color Harmonies of #6B427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B427C

Black with #6B427C

Text Example


Text Example

White with #6B427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,124); }

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

background-color css

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

 a { background-color: rgb(107,66,124); }

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

border-color css

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

 span { border-color: rgb(107,66,124); }

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