Html Css Color HEX #69288E Kingfisher Daisy

📋 copy color: '#69288E'

red 105 ◦ green 40 ◦ blue 142

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

Shades of Kingfisher Daisy #69288E

Tints of Kingfisher Daisy #69288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 36.59%
G = 13.94%
B = 49.48%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69288E (or 0x69288E) is known color: Kingfisher Daisy. HEX triplet: 69, 28 and 8E. RGB value is (105,40,142). Sum of RGB (Red+Green+Blue) = 105+40+142=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #69288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69288E is #96D771. Grayscale: #464646. Windows color (decimal): -9885554 or 9316457. OLE color: 9316457.

HSL color Cylindrical-coordinate representation of color #69288E: hue angle of 278.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69288E is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 40 142 -
CMYK 0.26 0.72 0 0.44
HSL 278.24º 0.56% 0.36% -
HSV(B) 278.24º 0.72% 0.56% -
XYZ 11.47 6.47 26.24 -
YUV 71.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 105 40 142 0.26 0.72 0 0.44 278.24 0.56 0.36
Hex 69 28 8E 1A 48 0 2C 116 38 24
Octal 151 50 216 32 110 0 54 426 70 44
Binary 1101001 101000 10001110 11010 1001000 0 101100 100010110 111000 100100

Color Harmonies of #69288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69288E

Black with #69288E

Text Example


Text Example

White with #69288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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