Html Css Color HEX #69298D Kingfisher Daisy

📋 copy color: '#69298D'

red 105 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #69298D

Tints of Kingfisher Daisy #69298D

RGB

 RED value IS 105 (41.41% from 255) = 36.59%

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 36.59%
G = 14.29%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69298D (or 0x69298D) is known color: Kingfisher Daisy. HEX triplet: 69, 29 and 8D. RGB value is (105,41,141). Sum of RGB (Red+Green+Blue) = 105+41+141=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 41 (16.41% from 255 or 14.29% 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 #69298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69298D is #96D672. Grayscale: #474747. Windows color (decimal): -9885299 or 9251177. OLE color: 9251177.

HSL color Cylindrical-coordinate representation of color #69298D: hue angle of 278.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69298D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 41 141 -
CMYK 0.26 0.71 0 0.45
HSL 278.4º 0.55% 0.36% -
HSV(B) 278.4º 0.71% 0.55% -
XYZ 11.43 6.51 25.85 -
YUV 71.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 105 41 141 0.26 0.71 0 0.45 278.4 0.55 0.36
Hex 69 29 8D 1A 47 0 2D 116 37 24
Octal 151 51 215 32 107 0 55 426 67 44
Binary 1101001 101001 10001101 11010 1000111 0 101101 100010110 110111 100100

Color Harmonies of #69298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69298D

Black with #69298D

Text Example


Text Example

White with #69298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69298D; }

 p { color: rgb(105,41,141); }

 H1.HeaderClassName
 {
   color: #69298D;
 }
 .AnyTagClassName
 {
   color: #69298D;
 }
</style>

background-color css

<style>
 a { background-color: #69298D; }

 a { background-color: rgb(105,41,141); }

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

border-color css

<style>
 span { border-color: #69298D; }

 span { border-color: rgb(105,41,141); }

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