Html Css Color HEX #693782 Kingfisher Daisy

📋 copy color: '#693782'

red 105 ◦ green 55 ◦ blue 130

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

Shades of Kingfisher Daisy #693782

Tints of Kingfisher Daisy #693782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

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

R = 36.21%
G = 18.97%
B = 44.83%

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

#693782 (or 0x693782) is known color: Kingfisher Daisy. HEX triplet: 69, 37 and 82. RGB value is (105,55,130). Sum of RGB (Red+Green+Blue) = 105+55+130=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #693782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693782 is #96C87D. Grayscale: #4E4E4E. Windows color (decimal): -9881726 or 8533865. OLE color: 8533865.

HSL color Cylindrical-coordinate representation of color #693782: hue angle of 280º 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 #693782 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 55 130 -
CMYK 0.19 0.58 0 0.49
HSL 280º 0.41% 0.36% -
HSV(B) 280º 0.58% 0.51% -
XYZ 11.22 7.35 21.95 -
YUV 78.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 105 55 130 0.19 0.58 0 0.49 280 0.41 0.36
Hex 69 37 82 13 3A 0 31 118 29 24
Octal 151 67 202 23 72 0 61 430 51 44
Binary 1101001 110111 10000010 10011 111010 0 110001 100011000 101001 100100

Color Harmonies of #693782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693782

Black with #693782

Text Example


Text Example

White with #693782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693782; }

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

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

background-color css

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

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

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

border-color css

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

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

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