Html Css Color HEX #6A318E Kingfisher Daisy

📋 copy color: '#6A318E'

red 106 ◦ green 49 ◦ blue 142

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

Shades of Kingfisher Daisy #6A318E

Tints of Kingfisher Daisy #6A318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 35.69%
G = 16.5%
B = 47.81%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A318E (or 0x6A318E) is known color: Kingfisher Daisy. HEX triplet: 6A, 31 and 8E. RGB value is (106,49,142). Sum of RGB (Red+Green+Blue) = 106+49+142=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A318E is #95CE71. Grayscale: #4C4C4C. Windows color (decimal): -9817714 or 9318762. OLE color: 9318762.

HSL color Cylindrical-coordinate representation of color #6A318E: hue angle of 276.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A318E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 49 142 -
CMYK 0.25 0.65 0 0.44
HSL 276.77º 0.49% 0.37% -
HSV(B) 276.77º 0.65% 0.56% -
XYZ 11.92 7.21 26.36 -
YUV 76.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 106 49 142 0.25 0.65 0 0.44 276.77 0.49 0.37
Hex 6A 31 8E 19 41 0 2C 115 31 25
Octal 152 61 216 31 101 0 54 425 61 45
Binary 1101010 110001 10001110 11001 1000001 0 101100 100010101 110001 100101

Color Harmonies of #6A318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A318E

Black with #6A318E

Text Example


Text Example

White with #6A318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,49,142); }

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

background-color css

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

 a { background-color: rgb(106,49,142); }

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

border-color css

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

 span { border-color: rgb(106,49,142); }

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