Html Css Color HEX #6A3289 Kingfisher Daisy

📋 copy color: '#6A3289'

red 106 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #6A3289

Tints of Kingfisher Daisy #6A3289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 36.18%
G = 17.06%
B = 46.76%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A3289 (or 0x6A3289) is known color: Kingfisher Daisy. HEX triplet: 6A, 32 and 89. RGB value is (106,50,137). Sum of RGB (Red+Green+Blue) = 106+50+137=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A3289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3289 is #95CD76. Grayscale: #4C4C4C. Windows color (decimal): -9817463 or 8991338. OLE color: 8991338.

HSL color Cylindrical-coordinate representation of color #6A3289: hue angle of 278.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A3289 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 50 137 -
CMYK 0.23 0.64 0 0.46
HSL 278.62º 0.47% 0.37% -
HSV(B) 278.62º 0.64% 0.54% -
XYZ 11.6 7.15 24.44 -
YUV 76.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 106 50 137 0.23 0.64 0 0.46 278.62 0.47 0.37
Hex 6A 32 89 17 40 0 2E 117 2F 25
Octal 152 62 211 27 100 0 56 427 57 45
Binary 1101010 110010 10001001 10111 1000000 0 101110 100010111 101111 100101

Color Harmonies of #6A3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3289

Black with #6A3289

Text Example


Text Example

White with #6A3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,50,137); }

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

background-color css

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

 a { background-color: rgb(106,50,137); }

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

border-color css

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

 span { border-color: rgb(106,50,137); }

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