Html Css Color HEX #693682 Kingfisher Daisy

📋 copy color: '#693682'

red 105 ◦ green 54 ◦ blue 130

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

Shades of Kingfisher Daisy #693682

Tints of Kingfisher Daisy #693682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 36.33%
G = 18.69%
B = 44.98%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#693682 (or 0x693682) is known color: Kingfisher Daisy. HEX triplet: 69, 36 and 82. RGB value is (105,54,130). Sum of RGB (Red+Green+Blue) = 105+54+130=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #693682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693682 is #96C97D. Grayscale: #4D4D4D. Windows color (decimal): -9881982 or 8533609. OLE color: 8533609.

HSL color Cylindrical-coordinate representation of color #693682: hue angle of 280.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693682 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 54 130 -
CMYK 0.19 0.58 0 0.49
HSL 280.26º 0.41% 0.36% -
HSV(B) 280.26º 0.58% 0.51% -
XYZ 11.17 7.25 21.93 -
YUV 77.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 105 54 130 0.19 0.58 0 0.49 280.26 0.41 0.36
Hex 69 36 82 13 3A 0 31 118 29 24
Octal 151 66 202 23 72 0 61 430 51 44
Binary 1101001 110110 10000010 10011 111010 0 110001 100011000 101001 100100

Color Harmonies of #693682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693682

Black with #693682

Text Example


Text Example

White with #693682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693682; }

 p { color: rgb(105,54,130); }

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

background-color css

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

 a { background-color: rgb(105,54,130); }

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

border-color css

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

 span { border-color: rgb(105,54,130); }

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