Html Css Color HEX #6A338B Kingfisher Daisy

📋 copy color: '#6A338B'

red 106 ◦ green 51 ◦ blue 139

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

Shades of Kingfisher Daisy #6A338B

Tints of Kingfisher Daisy #6A338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 35.81%
G = 17.23%
B = 46.96%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A338B (or 0x6A338B) is known color: Kingfisher Daisy. HEX triplet: 6A, 33 and 8B. RGB value is (106,51,139). Sum of RGB (Red+Green+Blue) = 106+51+139=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A338B is #95CC74. Grayscale: #4D4D4D. Windows color (decimal): -9817205 or 9122666. OLE color: 9122666.

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

Color convert

RGB 106 51 139 -
CMYK 0.24 0.63 0 0.45
HSL 277.5º 0.46% 0.37% -
HSV(B) 277.5º 0.63% 0.55% -
XYZ 11.79 7.3 25.21 -
YUV 77.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 106 51 139 0.24 0.63 0 0.45 277.5 0.46 0.37
Hex 6A 33 8B 18 3F 0 2D 116 2E 25
Octal 152 63 213 30 77 0 55 426 56 45
Binary 1101010 110011 10001011 11000 111111 0 101101 100010110 101110 100101

Color Harmonies of #6A338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A338B

Black with #6A338B

Text Example


Text Example

White with #6A338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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