Html Css Color HEX #693485 Kingfisher Daisy

📋 copy color: '#693485'

red 105 ◦ green 52 ◦ blue 133

#693485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #693485

Tints of Kingfisher Daisy #693485

RGB

 RED value IS 105 (41.41% from 255) = 36.21%

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 36.21%
G = 17.93%
B = 45.86%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693485 (or 0x693485) is known color: Kingfisher Daisy. HEX triplet: 69, 34 and 85. RGB value is (105,52,133). Sum of RGB (Red+Green+Blue) = 105+52+133=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #693485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693485 is #96CB7A. Grayscale: #4C4C4C. Windows color (decimal): -9882491 or 8729705. OLE color: 8729705.

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

Color convert

RGB 105 52 133 -
CMYK 0.21 0.61 0 0.48
HSL 279.26º 0.44% 0.36% -
HSV(B) 279.26º 0.61% 0.52% -
XYZ 11.29 7.15 22.98 -
YUV 77.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 105 52 133 0.21 0.61 0 0.48 279.26 0.44 0.36
Hex 69 34 85 15 3D 0 30 117 2C 24
Octal 151 64 205 25 75 0 60 427 54 44
Binary 1101001 110100 10000101 10101 111101 0 110000 100010111 101100 100100

Color Harmonies of #693485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693485

Black with #693485

Text Example


Text Example

White with #693485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693485; }

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

 H1.HeaderClassName
 {
   color: #693485;
 }
 .AnyTagClassName
 {
   color: #693485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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