Html Css Color HEX #693C84 Kingfisher Daisy

📋 copy color: '#693C84'

red 105 ◦ green 60 ◦ blue 132

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

Shades of Kingfisher Daisy #693C84

Tints of Kingfisher Daisy #693C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 35.35%
G = 20.2%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693C84 (or 0x693C84) is known color: Kingfisher Daisy. HEX triplet: 69, 3C and 84. RGB value is (105,60,132). Sum of RGB (Red+Green+Blue) = 105+60+132=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #693C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C84 is #96C37B. Grayscale: #515151. Windows color (decimal): -9880444 or 8666217. OLE color: 8666217.

HSL color Cylindrical-coordinate representation of color #693C84: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #693C84 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 60 132 -
CMYK 0.20 0.55 0 0.48
HSL 277.5º 0.38% 0.38% -
HSV(B) 277.5º 0.55% 0.52% -
XYZ 11.61 7.9 22.74 -
YUV 81.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 105 60 132 0.20 0.55 0 0.48 277.5 0.38 0.38
Hex 69 3C 84 14 37 0 30 116 26 26
Octal 151 74 204 24 67 0 60 426 46 46
Binary 1101001 111100 10000100 10100 110111 0 110000 100010110 100110 100110

Color Harmonies of #693C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C84

Black with #693C84

Text Example


Text Example

White with #693C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C84; }

 p { color: rgb(105,60,132); }

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

background-color css

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

 a { background-color: rgb(105,60,132); }

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

border-color css

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

 span { border-color: rgb(105,60,132); }

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