#692288

Color #692288 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #692288

Tints of Kingfisher Daisy #692288

Color information

#692288 (or 0x692288) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 22 and 88. RGB value is (105,34,136). Sum of RGB (Red+Green+Blue) = 105+34+136=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #692288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692288 is #96DD77. Grayscale: #424242. Windows color (decimal): -9887096 or 8921705. OLE color: 8921705.

HSL color Cylindrical-coordinate representation of color #692288: hue angle of 281.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692288 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10534136-
CMYK0.230.7500.47
HSL281.76º60%33.33%-
HSV(B)281.76º75%53.33%-
XYZ10.845.9223.86-
YUV66.86167.02155.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=38.18%
G=12.36%
B=49.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105341360.230.7500.47281.766033.33
Hex692288174B02F11a3c21
Octal15142210271130574327441
Binary1101001100010100010001011110010110101111100011010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692288; }

 p { color: rgb(105,34,136); }

 H1.HeaderClassName
 {
   color: #692288;
 }
 .AnyTagClassName
 {
   color: #692288;
 }
</style>
background-color css

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

 a { background-color: rgb(105,34,136); }

 div.DivClassName
 {
   background-color: #692288;
 }
 .BgClassName
 {
   background-color: #692288;
 }
</style>
border-color css

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

 span { border-color: rgb(105,34,136); }

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