Html Css Color HEX #6A328A Kingfisher Daisy

📋 copy color: '#6A328A'

red 106 ◦ green 50 ◦ blue 138

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

Shades of Kingfisher Daisy #6A328A

Tints of Kingfisher Daisy #6A328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 36.05%
G = 17.01%
B = 46.94%

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

#6A328A (or 0x6A328A) is known color: Kingfisher Daisy. HEX triplet: 6A, 32 and 8A. RGB value is (106,50,138). Sum of RGB (Red+Green+Blue) = 106+50+138=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A328A is #95CD75. Grayscale: #4C4C4C. Windows color (decimal): -9817462 or 9056874. OLE color: 9056874.

HSL color Cylindrical-coordinate representation of color #6A328A: hue angle of 278.18º 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 #6A328A is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 50 138 -
CMYK 0.23 0.64 0 0.46
HSL 278.18º 0.47% 0.37% -
HSV(B) 278.18º 0.64% 0.54% -
XYZ 11.67 7.18 24.82 -
YUV 76.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 106 50 138 0.23 0.64 0 0.46 278.18 0.47 0.37
Hex 6A 32 8A 17 40 0 2E 116 2F 25
Octal 152 62 212 27 100 0 56 426 57 45
Binary 1101010 110010 10001010 10111 1000000 0 101110 100010110 101111 100101

Color Harmonies of #6A328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A328A

Black with #6A328A

Text Example


Text Example

White with #6A328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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