Html Css Color HEX #69288A Kingfisher Daisy

📋 copy color: '#69288A'

red 105 ◦ green 40 ◦ blue 138

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

Shades of Kingfisher Daisy #69288A

Tints of Kingfisher Daisy #69288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 37.1%
G = 14.13%
B = 48.76%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69288A (or 0x69288A) is known color: Kingfisher Daisy. HEX triplet: 69, 28 and 8A. RGB value is (105,40,138). Sum of RGB (Red+Green+Blue) = 105+40+138=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #69288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69288A is #96D775. Grayscale: #464646. Windows color (decimal): -9885558 or 9054313. OLE color: 9054313.

HSL color Cylindrical-coordinate representation of color #69288A: hue angle of 279.8º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69288A is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 40 138 -
CMYK 0.24 0.71 0 0.46
HSL 279.8º 0.55% 0.35% -
HSV(B) 279.8º 0.71% 0.54% -
XYZ 11.17 6.36 24.68 -
YUV 70.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 105 40 138 0.24 0.71 0 0.46 279.8 0.55 0.35
Hex 69 28 8A 18 47 0 2E 118 37 23
Octal 151 50 212 30 107 0 56 430 67 43
Binary 1101001 101000 10001010 11000 1000111 0 101110 100011000 110111 100011

Color Harmonies of #69288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69288A

Black with #69288A

Text Example


Text Example

White with #69288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69288A; }

 p { color: rgb(105,40,138); }

 H1.HeaderClassName
 {
   color: #69288A;
 }
 .AnyTagClassName
 {
   color: #69288A;
 }
</style>

background-color css

<style>
 a { background-color: #69288A; }

 a { background-color: rgb(105,40,138); }

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

border-color css

<style>
 span { border-color: #69288A; }

 span { border-color: rgb(105,40,138); }

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