#692985

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

Shades of Kingfisher Daisy #692985

Tints of Kingfisher Daisy #692985

Color information

#692985 (or 0x692985) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 29 and 85. RGB value is (105,41,133). Sum of RGB (Red+Green+Blue) = 105+41+133=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #692985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692985 is #96D67A. Grayscale: #464646. Windows color (decimal): -9885307 or 8726889. OLE color: 8726889.

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

Color convert

RGB10541133-
CMYK0.210.6900.48
HSL281.74º52.87%34.12%-
HSV(B)281.74º69.17%52.16%-
XYZ10.856.2822.83-
YUV70.62163.2152.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=37.63%
G=14.70%
B=47.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105411330.210.6900.48281.7452.8734.12
Hex692985154503011a3522
Octal15151205251050604326542
Binary1101001101001100001011010110001010110000100011010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692985; }

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

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

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

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

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

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

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

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