Html Css Color HEX #693885 Kingfisher Daisy

📋 copy color: '#693885'

red 105 ◦ green 56 ◦ blue 133

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

Shades of Kingfisher Daisy #693885

Tints of Kingfisher Daisy #693885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 35.71%
G = 19.05%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693885 (or 0x693885) is known color: Kingfisher Daisy. HEX triplet: 69, 38 and 85. RGB value is (105,56,133). Sum of RGB (Red+Green+Blue) = 105+56+133=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #693885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693885 is #96C77A. Grayscale: #4F4F4F. Windows color (decimal): -9881467 or 8730729. OLE color: 8730729.

HSL color Cylindrical-coordinate representation of color #693885: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693885 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 56 133 -
CMYK 0.21 0.58 0 0.48
HSL 278.18º 0.41% 0.37% -
HSV(B) 278.18º 0.58% 0.52% -
XYZ 11.47 7.53 23.04 -
YUV 79.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 105 56 133 0.21 0.58 0 0.48 278.18 0.41 0.37
Hex 69 38 85 15 3A 0 30 116 29 25
Octal 151 70 205 25 72 0 60 426 51 45
Binary 1101001 111000 10000101 10101 111010 0 110000 100010110 101001 100101

Color Harmonies of #693885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693885

Black with #693885

Text Example


Text Example

White with #693885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693885; }

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

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

background-color css

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

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

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

border-color css

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

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

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