#692885

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

Shades of Kingfisher Daisy #692885

Tints of Kingfisher Daisy #692885

Color information

#692885 (or 0x692885) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 28 and 85. RGB value is (105,40,133). Sum of RGB (Red+Green+Blue) = 105+40+133=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #692885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692885 is #96D77A. Grayscale: #454545. Windows color (decimal): -9885563 or 8726633. OLE color: 8726633.

HSL color Cylindrical-coordinate representation of color #692885: hue angle of 281.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692885 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10540133-
CMYK0.210.7000.48
HSL281.94º53.76%33.92%-
HSV(B)281.94º69.92%52.16%-
XYZ10.826.2122.82-
YUV70.04163.53152.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=37.77%
G=14.39%
B=47.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105401330.210.7000.48281.9453.7633.92
Hex692885154603011a3622
Octal15150205251060604326642
Binary1101001101000100001011010110001100110000100011010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692885; }

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

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

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

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

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

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

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

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