Html Css Color HEX #693C87 Kingfisher Daisy

📋 copy color: '#693C87'

red 105 ◦ green 60 ◦ blue 135

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

Shades of Kingfisher Daisy #693C87

Tints of Kingfisher Daisy #693C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#693C87 (or 0x693C87) is known color: Kingfisher Daisy. HEX triplet: 69, 3C and 87. RGB value is (105,60,135). Sum of RGB (Red+Green+Blue) = 105+60+135=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #693C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C87 is #96C378. Grayscale: #515151. Windows color (decimal): -9880441 or 8862825. OLE color: 8862825.

HSL color Cylindrical-coordinate representation of color #693C87: hue angle of 276º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693C87 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 60 135 -
CMYK 0.22 0.56 0 0.47
HSL 276º 0.38% 0.38% -
HSV(B) 276º 0.56% 0.53% -
XYZ 11.81 7.98 23.84 -
YUV 82.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 105 60 135 0.22 0.56 0 0.47 276 0.38 0.38
Hex 69 3C 87 16 38 0 2F 114 26 26
Octal 151 74 207 26 70 0 57 424 46 46
Binary 1101001 111100 10000111 10110 111000 0 101111 100010100 100110 100110

Color Harmonies of #693C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C87

Black with #693C87

Text Example


Text Example

White with #693C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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