Html Css Color HEX #6A288D Kingfisher Daisy

📋 copy color: '#6A288D'

red 106 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #6A288D

Tints of Kingfisher Daisy #6A288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 36.93%
G = 13.94%
B = 49.13%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A288D (or 0x6A288D) is known color: Kingfisher Daisy. HEX triplet: 6A, 28 and 8D. RGB value is (106,40,141). Sum of RGB (Red+Green+Blue) = 106+40+141=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A288D is #95D772. Grayscale: #464646. Windows color (decimal): -9820019 or 9250922. OLE color: 9250922.

HSL color Cylindrical-coordinate representation of color #6A288D: hue angle of 279.21º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A288D is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 40 141 -
CMYK 0.25 0.72 0 0.45
HSL 279.21º 0.56% 0.35% -
HSV(B) 279.21º 0.72% 0.55% -
XYZ 11.51 6.5 25.85 -
YUV 71.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 106 40 141 0.25 0.72 0 0.45 279.21 0.56 0.35
Hex 6A 28 8D 19 48 0 2D 117 38 23
Octal 152 50 215 31 110 0 55 427 70 43
Binary 1101010 101000 10001101 11001 1001000 0 101101 100010111 111000 100011

Color Harmonies of #6A288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A288D

Black with #6A288D

Text Example


Text Example

White with #6A288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,40,141); }

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

background-color css

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

 a { background-color: rgb(106,40,141); }

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

border-color css

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

 span { border-color: rgb(106,40,141); }

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