Html Css Color HEX #693383 Kingfisher Daisy

📋 copy color: '#693383'

red 105 ◦ green 51 ◦ blue 131

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

Shades of Kingfisher Daisy #693383

Tints of Kingfisher Daisy #693383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 36.59%
G = 17.77%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#693383 (or 0x693383) is known color: Kingfisher Daisy. HEX triplet: 69, 33 and 83. RGB value is (105,51,131). Sum of RGB (Red+Green+Blue) = 105+51+131=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #693383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693383 is #96CC7C. Grayscale: #4C4C4C. Windows color (decimal): -9882749 or 8598377. OLE color: 8598377.

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

Color convert

RGB 105 51 131 -
CMYK 0.20 0.61 0 0.49
HSL 280.5º 0.44% 0.36% -
HSV(B) 280.5º 0.61% 0.51% -
XYZ 11.11 7.01 22.24 -
YUV 76.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 105 51 131 0.20 0.61 0 0.49 280.5 0.44 0.36
Hex 69 33 83 14 3D 0 31 118 2C 24
Octal 151 63 203 24 75 0 61 430 54 44
Binary 1101001 110011 10000011 10100 111101 0 110001 100011000 101100 100100

Color Harmonies of #693383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693383

Black with #693383

Text Example


Text Example

White with #693383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693383; }

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

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

background-color css

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

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

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

border-color css

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

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

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