Html Css Color HEX #693988 Kingfisher Daisy

📋 copy color: '#693988'

red 105 ◦ green 57 ◦ blue 136

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

Shades of Kingfisher Daisy #693988

Tints of Kingfisher Daisy #693988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 35.23%
G = 19.13%
B = 45.64%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#693988 (or 0x693988) is known color: Kingfisher Daisy. HEX triplet: 69, 39 and 88. RGB value is (105,57,136). Sum of RGB (Red+Green+Blue) = 105+57+136=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #693988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693988 is #96C677. Grayscale: #505050. Windows color (decimal): -9881208 or 8927593. OLE color: 8927593.

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

Color convert

RGB 105 57 136 -
CMYK 0.23 0.58 0 0.47
HSL 276.46º 0.41% 0.38% -
HSV(B) 276.46º 0.58% 0.53% -
XYZ 11.73 7.71 24.16 -
YUV 80.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 105 57 136 0.23 0.58 0 0.47 276.46 0.41 0.38
Hex 69 39 88 17 3A 0 2F 114 29 26
Octal 151 71 210 27 72 0 57 424 51 46
Binary 1101001 111001 10001000 10111 111010 0 101111 100010100 101001 100110

Color Harmonies of #693988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693988

Black with #693988

Text Example


Text Example

White with #693988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693988; }

 p { color: rgb(105,57,136); }

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

background-color css

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

 a { background-color: rgb(105,57,136); }

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

border-color css

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

 span { border-color: rgb(105,57,136); }

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