Html Css Color HEX #693882 Kingfisher Daisy

📋 copy color: '#693882'

red 105 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #693882

Tints of Kingfisher Daisy #693882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 36.08%
G = 19.24%
B = 44.67%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#693882 (or 0x693882) is known color: Kingfisher Daisy. HEX triplet: 69, 38 and 82. RGB value is (105,56,130). Sum of RGB (Red+Green+Blue) = 105+56+130=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #693882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693882 is #96C77D. Grayscale: #4E4E4E. Windows color (decimal): -9881470 or 8534121. OLE color: 8534121.

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

Color convert

RGB 105 56 130 -
CMYK 0.19 0.57 0 0.49
HSL 279.73º 0.4% 0.36% -
HSV(B) 279.73º 0.57% 0.51% -
XYZ 11.27 7.44 21.96 -
YUV 79.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 105 56 130 0.19 0.57 0 0.49 279.73 0.4 0.36
Hex 69 38 82 13 39 0 31 118 28 24
Octal 151 70 202 23 71 0 61 430 50 44
Binary 1101001 111000 10000010 10011 111001 0 110001 100011000 101000 100100

Color Harmonies of #693882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693882

Black with #693882

Text Example


Text Example

White with #693882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693882; }

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

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

background-color css

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

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

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

border-color css

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

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

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