Html Css Color HEX #6A338A Kingfisher Daisy

📋 copy color: '#6A338A'

red 106 ◦ green 51 ◦ blue 138

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

Shades of Kingfisher Daisy #6A338A

Tints of Kingfisher Daisy #6A338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 35.93%
G = 17.29%
B = 46.78%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A338A (or 0x6A338A) is known color: Kingfisher Daisy. HEX triplet: 6A, 33 and 8A. RGB value is (106,51,138). Sum of RGB (Red+Green+Blue) = 106+51+138=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A338A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A338A is #95CC75. Grayscale: #4D4D4D. Windows color (decimal): -9817206 or 9057130. OLE color: 9057130.

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

Color convert

RGB 106 51 138 -
CMYK 0.23 0.63 0 0.46
HSL 277.93º 0.46% 0.37% -
HSV(B) 277.93º 0.63% 0.54% -
XYZ 11.72 7.27 24.83 -
YUV 77.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 106 51 138 0.23 0.63 0 0.46 277.93 0.46 0.37
Hex 6A 33 8A 17 3F 0 2E 116 2E 25
Octal 152 63 212 27 77 0 56 426 56 45
Binary 1101010 110011 10001010 10111 111111 0 101110 100010110 101110 100101

Color Harmonies of #6A338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A338A

Black with #6A338A

Text Example


Text Example

White with #6A338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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