Html Css Color HEX #6B3453 Finn

📋 copy color: '#6B3453'

red 107 ◦ green 52 ◦ blue 83

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

Shades of Finn #6B3453

Tints of Finn #6B3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 44.21%
G = 21.49%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B3453 (or 0x6B3453) is known color: Finn. HEX triplet: 6B, 34 and 53. RGB value is (107,52,83). Sum of RGB (Red+Green+Blue) = 107+52+83=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3453 is #94CBAC. Grayscale: #474747. Windows color (decimal): -9751469 or 5452907. OLE color: 5452907.

HSL color Cylindrical-coordinate representation of color #6B3453: hue angle of 326.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3453 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 83 -
CMYK 0 0.51 0.22 0.58
HSL 326.18º 0.35% 0.31% -
HSV(B) 326.18º 0.51% 0.42% -
XYZ 8.85 6.21 8.91 -
YUV 71.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 107 52 83 0 0.51 0.22 0.58 326.18 0.35 0.31
Hex 6B 34 53 0 33 16 3A 146 23 1F
Octal 153 64 123 0 63 26 72 506 43 37
Binary 1101011 110100 1010011 0 110011 10110 111010 101000110 100011 11111

Color Harmonies of #6B3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3453

Black with #6B3453

Text Example


Text Example

White with #6B3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,83); }

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

background-color css

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

 a { background-color: rgb(107,52,83); }

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

border-color css

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

 span { border-color: rgb(107,52,83); }

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