#692390

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

Shades of Kingfisher Daisy #692390

Tints of Kingfisher Daisy #692390

Color information

#692390 (or 0x692390) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 23 and 90. RGB value is (105,35,144). Sum of RGB (Red+Green+Blue) = 105+35+144=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #692390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692390 is #96DC6F. Grayscale: #434343. Windows color (decimal): -9886832 or 9446249. OLE color: 9446249.

HSL color Cylindrical-coordinate representation of color #692390: hue angle of 278.53º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692390 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10535144-
CMYK0.270.7600.44
HSL278.53º60.89%35.1%-
HSV(B)278.53º75.69%56.47%-
XYZ11.466.2226.98-
YUV68.36170.69154.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=36.97%
G=12.32%
B=50.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105351440.270.7600.44278.5360.8935.1
Hex6923901B4C02C1173d23
Octal15143220331140544277543
Binary1101001100011100100001101110011000101100100010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692390; }

 p { color: rgb(105,35,144); }

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

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

 a { background-color: rgb(105,35,144); }

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

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

 span { border-color: rgb(105,35,144); }

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