Html Css Color HEX #6A3885 Kingfisher Daisy

📋 copy color: '#6A3885'

red 106 ◦ green 56 ◦ blue 133

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

Shades of Kingfisher Daisy #6A3885

Tints of Kingfisher Daisy #6A3885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 35.93%
G = 18.98%
B = 45.08%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A3885 (or 0x6A3885) is known color: Kingfisher Daisy. HEX triplet: 6A, 38 and 85. RGB value is (106,56,133). Sum of RGB (Red+Green+Blue) = 106+56+133=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3885 is #95C77A. Grayscale: #4F4F4F. Windows color (decimal): -9815931 or 8730730. OLE color: 8730730.

HSL color Cylindrical-coordinate representation of color #6A3885: hue angle of 278.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A3885 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 56 133 -
CMYK 0.20 0.58 0 0.48
HSL 278.96º 0.41% 0.37% -
HSV(B) 278.96º 0.58% 0.52% -
XYZ 11.59 7.59 23.04 -
YUV 79.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 106 56 133 0.20 0.58 0 0.48 278.96 0.41 0.37
Hex 6A 38 85 14 3A 0 30 117 29 25
Octal 152 70 205 24 72 0 60 427 51 45
Binary 1101010 111000 10000101 10100 111010 0 110000 100010111 101001 100101

Color Harmonies of #6A3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3885

Black with #6A3885

Text Example


Text Example

White with #6A3885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,56,133); }

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

background-color css

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

 a { background-color: rgb(106,56,133); }

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

border-color css

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

 span { border-color: rgb(106,56,133); }

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