#692F85

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

Shades of Kingfisher Daisy #692F85

Tints of Kingfisher Daisy #692F85

Color information

#692F85 (or 0x692F85) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2F and 85. RGB value is (105,47,133). Sum of RGB (Red+Green+Blue) = 105+47+133=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #692F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F85 is #96D07A. Grayscale: #494949. Windows color (decimal): -9883771 or 8728425. OLE color: 8728425.

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

Color convert

RGB10547133-
CMYK0.210.6500.48
HSL280.47º47.78%35.29%-
HSV(B)280.47º64.66%52.16%-
XYZ11.086.7322.91-
YUV74.15161.22150.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=36.84%
G=16.49%
B=46.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105471330.210.6500.48280.4747.7835.29
Hex692F8515410301183023
Octal15157205251010604306043
Binary1101001101111100001011010110000010110000100011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692F85; }

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

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

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

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

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

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

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

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