Html Css Color HEX #693883 Kingfisher Daisy

📋 copy color: '#693883'

red 105 ◦ green 56 ◦ blue 131

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

Shades of Kingfisher Daisy #693883

Tints of Kingfisher Daisy #693883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 35.96%
G = 19.18%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#693883 (or 0x693883) is known color: Kingfisher Daisy. HEX triplet: 69, 38 and 83. RGB value is (105,56,131). Sum of RGB (Red+Green+Blue) = 105+56+131=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #693883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693883 is #96C77C. Grayscale: #4E4E4E. Windows color (decimal): -9881469 or 8599657. OLE color: 8599657.

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

Color convert

RGB 105 56 131 -
CMYK 0.20 0.57 0 0.49
HSL 279.2º 0.4% 0.37% -
HSV(B) 279.2º 0.57% 0.51% -
XYZ 11.34 7.47 22.32 -
YUV 79.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 105 56 131 0.20 0.57 0 0.49 279.2 0.4 0.37
Hex 69 38 83 14 39 0 31 117 28 25
Octal 151 70 203 24 71 0 61 427 50 45
Binary 1101001 111000 10000011 10100 111001 0 110001 100010111 101000 100101

Color Harmonies of #693883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693883

Black with #693883

Text Example


Text Example

White with #693883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693883; }

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

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

background-color css

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

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

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

border-color css

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

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

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